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,
for my requirement . i have to call a task i have written previously again in the same plan.
is this possible ? ie. use tasks like function calls .
the task is just a ssh script with other few commands
This is not possible as such for tasks in general - that being said, given you are using the Bamboo Script task, you could store your script in a repository and use a Script location of type File rather than Inline:
Script location
Select the location of the script file.
- File — enter the location of the file in the Script file field. This can be either relative to the repository root of the plan, or absolute. You can include variables (see Bamboo variables).
- Inline — enter the script in the Script body field.
Besides allowing reuse across jobs, storing such scripts either together with the source code or in a dedicated repository for cross project CI/CD features is also recommended to ensure scripts are properly versionized.
thanks for your reply . i will work on generalizing the script and use it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.