Update 'Jenkinsfile'
This commit is contained in:
parent
be71fe22a4
commit
cd8bc9c436
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ node {
|
|||||||
}
|
}
|
||||||
stage('Remote SSH') {
|
stage('Remote SSH') {
|
||||||
sshCommand remote: remote, command: '\
|
sshCommand remote: remote, command: '\
|
||||||
cd $(dirname $(find ~/jenkins/workspace/ant-http@script -name 'Jenkinsfile')); \
|
cd $(dirname $(find ~/jenkins/workspace/ant-http@script -name "Jenkinsfile")); \
|
||||||
bash test.sh; \
|
bash test.sh; \
|
||||||
'
|
'
|
||||||
sshCommand remote: remote, command: "for i in {1..5}; do echo -n \"Loop \$i \"; date ; sleep 1; done"
|
sshCommand remote: remote, command: "for i in {1..5}; do echo -n \"Loop \$i \"; date ; sleep 1; done"
|
||||||
|
Loading…
Reference in New Issue
Block a user