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') {
|
||||
agent {
|
||||
label 'main'
|
||||
}
|
||||
// when {
|
||||
// branch 'main'
|
||||
// }
|
||||
steps {
|
||||
script {
|
||||
withCredentials([usernamePassword(
|
||||
credentialsId: env.CREDENTIALS_ID,
|
||||
|
@ -76,6 +83,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue