Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:54:16 +02:00
parent abb8b8921f
commit 1c2b7ace29

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' 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"