Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:48:10 +02:00
parent eba9038601
commit 4b1d9ef057

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ node {
remote.logLevel = 'INFO' remote.logLevel = 'INFO'
stage('Test') stage('Test')
{ {
sh 'echo $WORKSPACE; tree $WORKSPACE' sh 'echo $WORKSPACE; ls -al $WORKSPACE'
} }
stage('Remote SSH') { stage('Remote SSH') {
sshCommand remote: remote, command: "tree ~/jenkins/jobs/ant-http" sshCommand remote: remote, command: "tree ~/jenkins/jobs/ant-http"