From fb6870c68f388b2d566a25bbc6a250085ac2211f Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sat, 10 Jul 2021 23:06:14 -0800 Subject: [PATCH] push --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}' } } }