push
This commit is contained in:
Vendored
+2
-1
@@ -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}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user