2016-01-06 10:47:55 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
|
|
|
<com.openshift.jenkins.plugins.pipeline.OpenShiftBuildCanceller>
|
|
|
|
<apiURL>https://openshift.example.local.url/</apiURL>
|
|
|
|
<bldCfg>front</bldCfg>
|
|
|
|
<namespace>test-build</namespace>
|
|
|
|
<authToken>ose-key-canceller1</authToken>
|
|
|
|
<verbose>true</verbose>
|
|
|
|
</com.openshift.jenkins.plugins.pipeline.OpenShiftBuildCanceller>
|
|
|
|
</publishers>
|
2018-06-29 15:56:27 +01:00
|
|
|
</project>
|