Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,752
Community Members
 
Community Events
184
Community Groups

Shared Custom Task across different projects/builds

Example: I have a custom shell script that does a generic task, it's populated with runtime variables that bamboo sets. Currently I have to configure this task on each project I want to execute it on.

 

Idea: have a global task that I could share to many projects/builds, that would pull runtime variables and execute the task

 

Why: If I need to update the logic of this task, I can do it once and apply to all. Currently I have to update all tasks per project

 

 

1 answer

1 vote
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 11, 2022

Take a look at Bamboo Specs https://confluence.atlassian.com/bamboo/bamboo-specs-894743906.html

It was designed exactly for that reason. You can keep code at repository and manage your plans from local machine or configure Bamboo to manage plans by reading code from repository

Hi Alexey, Thanks for the reply but does SPEC support multiple repos to be pulled in? 

  • repo A has my code
  • repo B would have the shared code I want for 1 task

I know I can just run a git clone and checkout within a script to pull in repo B, but this is kind of a hack. 

Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 13, 2022

It's up to you how to organize Specs code.

For example you can have repository with plan configuration, but it's not required to keep it along with your application code if Specs is Java code.

So in your example repo B might keep Specs code which will share common tasks for several plans and then it will be applied when changes to repo B happens.

Your code in repo A is built by plans, which were created by Specs code it repo B and don't need to checkout repo B during plan execution.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7
TAGS
AUG Leaders

Atlassian Community Events