diff --git a/Jenkinsfile b/Jenkinsfile index 7a3f54a..0900f28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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: '\