jenkins - Trigger Build through push notification -


I'm trying to trigger a build via HTTP request as stated. But when I

  curl http: // yourserver / jenkins / git / notifyCommit? Url = & lt; URL's GIT repository & gt;   

I get this:

  jobs get but they are not configured for voting   

I do not Find any option to allow this. Any help? Thanks!

Under your job configuration , Build trigger Section, and Checkmark Polls SCM Configure cron schedule for something irregular, like once a month.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -