We have a situation where we want to specify the tag used for the build. What variable does the Source Code Checkout task use to decide which commit to checkout?
Please add a "tag" input box for the "Source Code Checkout" task.
I second that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the end we had to remove the "Source Code Checkout" task and instead run two command tasks, one to fetch and the other to checkout. These used the system git executable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you run plan you can specify SHA commit.
Choose Run customised option at Run dropdown list
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Our use case is not for the plan level, but at the stage/task level. This arrises when we cut a release and we need to do follow up work against the tagged release commit. The plan commit is looking at the commit before the release and master is now the commit after the release.
Also, this question is relevant for if we have builds that are not manually triggered.
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.