You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Support,
Would need your help to know the possible ways to trigger/call a pipeline from another pipeline in bamboo. My use case as below
I have an issue in JIRA which have an attachment contains the artifact/module name with version to deploy into an environment. Example JIRA-123 issue have an attachment contains as below
microservices : 1.2
java : 3.4
I have a pipeline to find JIRA-123 as the latest issue to deploy, so pipeline needs find the attachment and read the line by line when pipeline reads first line (microservices : 1.2) this pipeline have to trigger the microservices pipeline and deploy the package version 1.2 and same to apply for another package java to deploy
Thanks,
KSunil