Add support for 'ignore-notify' in git SCM

This option is named "Don't trigger a build on commit notifications"
in the Jenkins Web UI.

Change-Id: I338af61f8bfdef1545d1ea206e6874cda38957cd
This commit is contained in:
Christian Hofstaedtler
2014-07-15 14:03:25 +02:00
parent d833015640
commit 8999a87c13
20 changed files with 151 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
scm:
- git:
url: https://github.com/openstack-infra/jenkins-job-builder.git
branches:
- master
clean: true
ignore-notify: false