Vendored
+2
-2
@@ -154,7 +154,7 @@ pipeline {
|
||||
dir('uniconnect') {
|
||||
git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unidrive') {
|
||||
dir('unidrive/collaboration.providers') {
|
||||
git url: 'git@code.bizgaze.com:unidrive/collaboration.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('sprl') {
|
||||
@@ -188,7 +188,7 @@ pipeline {
|
||||
}
|
||||
stage ('Deploy') {
|
||||
steps {
|
||||
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
|
||||
sh 'sudo ~/scripts/v3_deploy ${WORKSPACE}/out'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user