diff --git a/Jenkinsfile b/Jenkinsfile index a768954..053fb22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,8 @@ pipeline { stage ('Deploy') { steps { sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' - sh '~scripts/push.sh ${WORKSPACE}/out' + sh '~/scripts/push.sh ${WORKSPACE}/out' + sh 'echo ${WORKSPACE}' } } }