Update 'Jenkinsfile'
This commit is contained in:
parent
1d2bbd1f99
commit
085ef527f7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ node {
|
||||
remote.agent = false
|
||||
remote.logLevel = 'INFO'
|
||||
stage('Remote SSH') {
|
||||
sshCommand remote: remote, command: "ls -al"
|
||||
sshCommand remote: remote, command: "tree ~/jenkins/jobs/ant-http"
|
||||
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