Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:55:03 +02:00
parent 93f82b2de6
commit 9d7d908169

2
Jenkinsfile vendored
View File

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