12 lines
436 B
XML
12 lines
436 B
XML
![]() |
<?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>
|
||
|
</project>
|