The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add Multiple conditional steps in bamboo?

uppma soharu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 29, 2017

Hi All,

I have a job in which I need conditional task as in:

1. First my execute shell should work 

2. And only if the above shell is successful then the job should copy artifacts from another job.

 

Is there a plugin to achieve the above requirement or is it something else?

 

Thanks 

Uppma

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
robhit
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 3, 2017

Why not use one script task to achieve both!

 

Steps:

1. Add a script task to the Bamboo

2. Use the script task to trigger your shell file

3. Check the status of the execution of the shell file using "$?" if 0 then use the "cp" command to copy the artifacts from the location where they are generated into the current directory.

TAGS
AUG Leaders

Atlassian Community Events