c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
16 lines
530 B
XML
16 lines
530 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<com.openshift.jenkins.plugins.pipeline.OpenShiftBuilder>
|
|
<apiURL>https://openshift.example.local.url/</apiURL>
|
|
<bldCfg>front</bldCfg>
|
|
<namespace>test9</namespace>
|
|
<authToken>ose-builder1</authToken>
|
|
<commitID>ae489f7d</commitID>
|
|
<verbose>true</verbose>
|
|
<buildName>ose-test-build</buildName>
|
|
<showBuildLogs>true</showBuildLogs>
|
|
</com.openshift.jenkins.plugins.pipeline.OpenShiftBuilder>
|
|
</builders>
|
|
</project>
|