push dll
This commit is contained in:
Vendored
+2
-1
@@ -29,7 +29,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo /root/jenkins_scripts/qa_deploy ${WORKSPACE}/out'
|
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
|
||||||
|
sh '~scripts/push.sh ${WORKSPACE}/out'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user