Relative Content

Tag Archive for gitjenkinstagsgitlab-cipipeline

Replicating gitlab-ci’s tag trigger in Jenkins

I want to replicate my .gitlab-ci tag trigger, where gitlab will check for new tags and use that tag as the git repository to build. In jenkins, I’ve found out how to trigger it, but the repository built is not the tag. My question is:

Replicating gitlab-ci’s tag trigger in Jenkins

I want to replicate my .gitlab-ci tag trigger, where gitlab will check for new tags and use that tag as the git repository to build. In jenkins, I’ve found out how to trigger it, but the repository built is not the tag. My question is: