96065cc4e4
- Documentation updated with correct links and options - New openshift-creator builder added - Two new publishers openshift-build-canceller and openshift-deploy-canceller - Added verbose option to all existing builders and scm Change-Id: I63f19bec6ea8a2344f48d59ad751a8bc5c3be9eb
11 lines
392 B
XML
11 lines
392 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<scm class="com.openshift.jenkins.plugins.pipeline.OpenShiftImageStreams">
|
|
<imageStreamName>nodejs-010-fedora</imageStreamName>
|
|
<tag>prod</tag>
|
|
<apiURL>https://openshift.example.local.url/</apiURL>
|
|
<namespace>test-scm</namespace>
|
|
<authToken>ose-key-img-streams1</authToken>
|
|
<verbose>true</verbose>
|
|
</scm>
|
|
</project> |