Hi
I have a build pipeline with around 10 modules to build , at the end of
10th module I want to tag the GIT with build pipeline build number
Currently I added the following in post build script
git tag ${BUILD_TAG}
git push --tag
but it tag with 10th module name and build number , which is not helpful
If I want use build pipeline variables , how can I do that
please advise
Thanks
Prashant
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.