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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -