Hey there, I need some help here, I have a plan with two stages in my bamoo server.
My commits is in the format of "JIRA-ISSUE-KEY message"
I have a trigger detecting code changes in the first stage
So I wonder if there's a way to parse the JIRA-ISSUE-KEY as a vairable and pass to the second stage
Thanks,
Michaell W.
Hi Michael,
This is actually not exposed as a build variable in Bamboo and it seems this will not be implemented because of added complexities if a single build comes with hundreds or thousand of commits as stated in the improvement request https://jira.atlassian.com/browse/BAM-11958
Two things you could do as thus:
1. Write a script task to get the commit messages from the repository and then find a way to extract the keys
2. Write a script task that will do some REST API calls to retrieve the commit messages
Regards,
Sultan
Hey Sultan, thx a lot for the suggestion, I haven't actually tried yet, but seems like doable, will try it out and post the result later.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.