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