Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:47:06 +02:00
parent 2dbf353797
commit eba9038601

1
Jenkinsfile vendored
View File

@ -9,7 +9,6 @@ node {
remote.logLevel = 'INFO' remote.logLevel = 'INFO'
stage('Test') stage('Test')
{ {
echo $WORKSPACE
sh 'echo $WORKSPACE; tree $WORKSPACE' sh 'echo $WORKSPACE; tree $WORKSPACE'
} }
stage('Remote SSH') { stage('Remote SSH') {