'How to schedule a jenkins pipeline or a freestyle job when ever there is a new tag in the git repository?
I want to schedule a jenkins job when ever there is a new tag in the git repository, i know we can schedule every minute or hour or any time of the day using cron like (H/15 * * * *), but i need the job to be run automatic only when there is a new tag in the git repository?
Can anyone suggest me how to do this.
Thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
