Fix
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-04 00:51:48 -04:00
parent 6d2169d0d4
commit 6a113699ad
1 changed files with 19 additions and 11 deletions

8
Jenkinsfile vendored
View File

@ -61,6 +61,13 @@ pipeline {
}
}
stage('Deploy') {
agent {
label 'main'
}
// when {
// branch 'main'
// }
steps {
script {
withCredentials([usernamePassword(
credentialsId: env.CREDENTIALS_ID,
@ -76,6 +83,7 @@ pipeline {
}
}
}
}
post {
always {