Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -83,7 +83,7 @@ pipeline {
|
|||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
// Trigger the deploy-prod-job on success of the build
|
// Trigger the deploy-prod-job on success of the build
|
||||||
build job: 'deploy-prod-job', wait: false
|
build job: 'otomai-prod', wait: false
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
// Optionally, you can handle failure scenarios (e.g., notify team, etc.)
|
// Optionally, you can handle failure scenarios (e.g., notify team, etc.)
|
||||||
|
|||||||
Reference in New Issue
Block a user