Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:43:30 +02:00
parent 1d2bbd1f99
commit 085ef527f7

2
Jenkinsfile vendored
View File

@ -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"
}
}