Fix
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
6d2169d0d4
commit
6a113699ad
|
@ -61,6 +61,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
|
agent {
|
||||||
|
label 'main'
|
||||||
|
}
|
||||||
|
// when {
|
||||||
|
// branch 'main'
|
||||||
|
// }
|
||||||
|
steps {
|
||||||
script {
|
script {
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: env.CREDENTIALS_ID,
|
credentialsId: env.CREDENTIALS_ID,
|
||||||
|
@ -76,6 +83,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
|
Loading…
Reference in New Issue