Mise à jour de 'Jenkinsfile'

This commit is contained in:
dany 2022-07-31 20:46:32 +02:00
parent cd8bc9c436
commit e671288618

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 'pwd; echo $WORKSPACE; ls -al $WORKSPACE; find /var/jenkins_home -name "test.sh";'
}
stage('Remote SSH') {
sshCommand remote: remote, command: '\