Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:54:49 +02:00
parent 1c2b7ace29
commit 93f82b2de6

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ node {
remote.logLevel = 'INFO'
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') {
sshCommand remote: remote, command: "tree ~/jenkins/jobs/ant-http"