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