Commit 4e745b99 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

scott: Job [STOP_KM_137] configuration updated

Change performed by 楊慶堂
parent 2c9e483e
<?xml version='1.1' encoding='UTF-8'?>
<project>
<?xml version="1.1" encoding="UTF-8" standalone="no"?><project>
<description/>
<keepDependencies>false</keepDependencies>
<properties/>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.ChoiceParameterDefinition>
<name>action</name>
<description/>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>stop</string>
<string>start</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
......@@ -9,7 +28,11 @@
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders/>
<builders>
<hudson.tasks.Shell>
<command>systemctl $ACTION km</command>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers/>
</project>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment