97421/how-to-build-specific-tag-in-jenkins
Hi Team,
I have a parameterized Job in Jenkins. The tag is part of a parametrized build, but I do not know how to pass this through to the git plugin to just build that tag. How can I do that?
Hi@akhtar,
You may able to do that by using the "branches to build" parameter.
Branch Specifier (blank for default): tags/[tag-name]
You need to replace [tag-name] by the name of your tag.
You could use the Post Build Task Plugin ...READ MORE
The user needs to open the console ...READ MORE
If you are looking for allocating build ...READ MORE
Since the container gets destroyed once the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
To automatically run build on code commit, follow ...READ MORE
Hi@akhtar, You can do this task with the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.