Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 18:44:30 +02:00
parent f4ad94c88d
commit 7ace118a04

4
Jenkinsfile vendored
View File

@ -45,10 +45,10 @@ pipeline{
} }
} }
steps { steps {
script { sh '''
printenv printenv
uname -a uname -a
} '''
} }
} }
stage('Remote SSH') { stage('Remote SSH') {