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