diff --git a/Jenkinsfile b/Jenkinsfile index 38304e6..cb9a07e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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.)