jenkins-job-builder/tests/scm/fixtures/git-ignore-notify02.yaml
Christian Hofstaedtler 8999a87c13 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
2014-07-27 00:41:04 +02:00

8 lines
162 B
YAML

scm:
- git:
url: https://github.com/openstack-infra/jenkins-job-builder.git
branches:
- master
clean: true
ignore-notify: false