Mise à jour de 'Jenkinsfile'

This commit is contained in:
dany 2022-07-31 21:03:55 +02:00
parent e671288618
commit ad41a12b46

2
Jenkinsfile vendored
View File

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