diff --git a/Jenkinsfile b/Jenkinsfile index edf7d26..d1c8ec5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,11 @@ node { remote.allowAnyHosts = true remote.agent = false remote.logLevel = 'INFO' + stage('Test') + { + echo $WORKSPACE + sh 'echo $WORKSPACE; tree $WORKSPACE' + } stage('Remote SSH') { 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"