Hi there,
I am trying to understand the following:
We have a project which it's CI and CD are managed by Bamboo.
Currently we have a need to manage releases which mean that when I create a release in Bamboo - I would like to be able to go back to this release using stash\git in order to investigate bugs.
How may I do so? Is there an easy way?
Thank you very much
A release in Bamboo should be associated with a particular commit. You can see which commit it is in the "Commits" tab of a build result or release/deploy result. You can then check that commit out in git ("git checkout <commit_id>".
In case that there were some commits in the same build - won't there be some "collisions"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure I understand your question.
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.