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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -