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