fix
Bizgaze/solution/pipeline/head This commit looks good

This commit is contained in:
2021-08-04 10:59:12 -07:00
parent 780ed2ff29
commit 96549e92d7
2 changed files with 3 additions and 3 deletions
Vendored
+2 -2
View File
@@ -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'
}
}
}