Re: "Push Notification" for Jenkins

2020-03-31 Thread Mark Waite
Yes, that's the best push notification unless your git server provides Web hooks which can provide the same capability. Git providers with supported web hooks: - GitHub - Bitbucket - Gitea - GitLab Others probably support them as well, but those I've seen mentioned in various places.

"Push Notification" for Jenkins

2020-03-30 Thread Andreas Tscharner
Hello World, We are in the process of updating Jenkins from version 2.150.3 to version 2.222.x. Our version control system is a git server which is in-house. Currently our "push notification" is an empty schedule for a "PollSCM" Build Trigger combined with a curl -s http://buildserver:8080/git/not