Hi in jenkins we used to have a common repository where we had many templates as groovy files. We just had to pass a parameter from individual repo like below 'app' and the build will happen.
Now we are going to migrate to bamboo and would request your guidance on achieving something similar? Please can someone point to the right documentation?
@Library('comrepo_jenkins_util@1.latest') _
template {
app ="my app"
}
Hello Maneesh,
Welcome to Atlassian community. You can probably look at https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html which might help you achieve what you are looking for.
Regards,
Shashank kumar
**please don't forget to Accept the answer if your query was answered**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.