Commit 47bd2f26 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

scott: Job [Deploy_PIP_Prod] configuration updated

Change performed by ·¨¼y°ó
parent b4373bfb
......@@ -41,6 +41,9 @@
<permission>hudson.scm.SCM.Tag:HH-Admin</permission>
<permission>hudson.scm.SCM.Tag:scott</permission>
</hudson.security.AuthorizationMatrixProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>-1</daysToKeep>
......@@ -49,9 +52,6 @@
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.12.1">
<configVersion>2</configVersion>
......@@ -95,20 +95,19 @@ for /f &quot;tokens=1&quot; %%i in (&apos;git rev-list --all --count&apos;) do @
set JAVA_OPTS=-Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8&#xd;
set JAVA_OPTS=%JAVA_OPTS% -Dsbt.override.build.repos=true -Dsbt.repository.config=repositories&#xd;
&#xd;
call activator clean eclipse stage</command>
call activator clean eclipse stage dist</command>
</hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>set path=%path%;&quot;C:\Program Files\Git\usr\bin&quot;;&#xd;
scp -i F:/jenkins/id_rsa target/universal/stage/lib/pip.pip-* ymadmin@10.36.220.122:/opt/h2u/PIPWeb/&#xd;
scp -i F:/jenkins/id_rsa target/universal/stage/lib/pip.pip-* ymadmin@10.36.220.122:/opt/h2u/H2UApis/&#xd;
scp -i F:/jenkins/id_rsa target/universal/*.zip ymadmin@10.36.220.122:/opt/h2u/&#xd;
</command>
</hudson.tasks.BatchFile>
</builders>
<publishers/>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.10"/>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.6.2">
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.10"/>
</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