summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/openshift-build-canceller001.xml
blob: 6314421ab63671b02fc154fc0133253b351fd86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>