Commit 1772250c authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

scott: Job [Deploy_DHP_Form_Prod] configuration updated

Change performed by ·¨¼y°ó
parent a1652c38
......@@ -128,10 +128,11 @@ sed -i "" "s/<title.*/<title>Form v${version}_${VAR}<
</prebuilders>
<postbuilders>
<hudson.tasks.Shell>
<command>SSH_PROXY=&quot;ProxyCommand ssh -i jenkins proxy@10.57.117.130 nc %h %p&quot;
<command>KEY_FILE-../../jenkins
SSH_PROXY=&quot;ProxyCommand ssh -i ${KEY_FILE} proxy@10.57.117.130 nc %h %p&quot;
ssh -i ../jenkins -o &quot;${SSH_PROXY}&quot; jenkins@${AWS_CHM_AP} &quot;rm -f designer.war&quot;
scp -i ../jenkins -o &quot;${SSH_PROXY}&quot; target/designer.war jenkins@${AWS_CHM_AP}:~/
ssh -i ${KEY_FILE} -o &quot;${SSH_PROXY}&quot; jenkins@${AWS_CHM_AP} &quot;rm -f designer.war&quot;
scp -i ${KEY_FILE} -o &quot;${SSH_PROXY}&quot; target/designer.war jenkins@${AWS_CHM_AP}:~/
</command>
</hudson.tasks.Shell>
</postbuilders>
......
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