push
RazorDeploy/RazorApp/pipeline/head There was a failure building this commit
aaa/RazorApp/pipeline/head There was a failure building this commit

This commit is contained in:
Alexander Pankratov
2021-07-10 23:06:14 -08:00
parent 8a7e12621d
commit fb6870c68f
Vendored
+2 -1
View File
@@ -30,7 +30,8 @@ pipeline {
stage ('Deploy') { stage ('Deploy') {
steps { steps {
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
sh '~scripts/push.sh ${WORKSPACE}/out' sh '~/scripts/push.sh ${WORKSPACE}/out'
sh 'echo ${WORKSPACE}'
} }
} }
} }