jenkins-job-builder/tests/builders/fixtures/openshift-scaler001.xml
Ari LiVigni 96065cc4e4 Updated to support changes to openshift pipeline plugin
- 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
2016-01-06 11:37:53 -05:00

13 lines
445 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<com.openshift.jenkins.plugins.pipeline.OpenShiftScaler>
<apiURL>https://openshift.example.local.url/</apiURL>
<depCfg>front</depCfg>
<namespace>test2</namespace>
<replicaCount>4</replicaCount>
<authToken>ose-key-scaler1</authToken>
<verbose>true</verbose>
</com.openshift.jenkins.plugins.pipeline.OpenShiftScaler>
</builders>
</project>