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
12 lines
427 B
XML
12 lines
427 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<com.openshift.jenkins.plugins.pipeline.OpenShiftBuildVerifier>
|
|
<apiURL>https://openshift.example.local.url/</apiURL>
|
|
<bldCfg>front</bldCfg>
|
|
<namespace>test-build</namespace>
|
|
<authToken>ose-key-buildv1</authToken>
|
|
<verbose>true</verbose>
|
|
</com.openshift.jenkins.plugins.pipeline.OpenShiftBuildVerifier>
|
|
</builders>
|
|
</project> |