jenkins-job-builder/tests/scm/fixtures/raw001.yaml
Max Rydahl Andersen cb876b481e Add support for 'raw' to inject direct xml to job configs.
'raw' allow users to have a fallback in case
a plugin is not yet supported or the plugin is not generating the
expected result.

Only intended as a last fallback, but useful when waiting for
review to complete.

Change-Id: If0d22d7d43d35649e78aa7481e1c0f1ed21a6025
2015-05-02 15:42:32 -07:00

9 lines
129 B
YAML

scm:
- git:
url: https://example.com/project.git
- raw:
xml: |
<scm>
<scmraw/>
</scm>