Commit 9cd8c1b3 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20170121: Job [KM_SIT_137_Trigger] configuration updated

Change performed by 冷佳娟
parent 6caa604e
<?xml version='1.1' encoding='UTF-8'?> <?xml version="1.1" encoding="UTF-8" standalone="no"?><project>
<project> <description/>
<keepDependencies>false</keepDependencies> <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>process</name>
<description/>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>start</string>
<string>stop</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm class="hudson.scm.NullSCM"/> <scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam> <canRoam>true</canRoam>
<disabled>false</disabled> <disabled>false</disabled>
...@@ -9,7 +28,17 @@ ...@@ -9,7 +28,17 @@
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/> <triggers/>
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders/> <builders>
<hudson.tasks.Shell>
<command>if [ "${process}" == "start" ]; then
systemctl start km
else
systemctl stop km
fi</command>
</hudson.tasks.Shell>
</builders>
<publishers/> <publishers/>
<buildWrappers/> <buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.11.2"/>
</buildWrappers>
</project> </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