summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/complete001.xml
diff options
context:
space:
mode:
authorChristian Hofstaedtler <christian@hofstaedtler.name>2014-07-15 14:03:25 +0200
committerChristian Hofstaedtler <christian@hofstaedtler.name>2014-07-27 00:41:04 +0200
commit8999a87c13c3b0c470c5ef21e1688484c5df76a0 (patch)
tree33795edfbfae506dc1a9fc5efbfe125c3b9a509d /tests/yamlparser/fixtures/complete001.xml
parentd83301564066ddc962d8ddbec06c8cfa8545ad54 (diff)
downloadpython-jenkins-job-builder-8999a87c13c3b0c470c5ef21e1688484c5df76a0.tar.gz
python-jenkins-job-builder-8999a87c13c3b0c470c5ef21e1688484c5df76a0.tar.xz
python-jenkins-job-builder-8999a87c13c3b0c470c5ef21e1688484c5df76a0.zip
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
Diffstat (limited to 'tests/yamlparser/fixtures/complete001.xml')
-rw-r--r--tests/yamlparser/fixtures/complete001.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/yamlparser/fixtures/complete001.xml b/tests/yamlparser/fixtures/complete001.xml
index 2d1fdc9e..86c98a07 100644
--- a/tests/yamlparser/fixtures/complete001.xml
+++ b/tests/yamlparser/fixtures/complete001.xml
@@ -41,6 +41,7 @@
<skipTag>false</skipTag>
<scmName/>
<useShallowClone>false</useShallowClone>
+ <ignoreNotifyCommit>false</ignoreNotifyCommit>
<browser class="hudson.plugins.git.browser.GitWeb">
<url>http://review.openstack.org/gitweb?p=openstack-infra/jenkins-job-builder.git</url>
</browser>