Update Jenkinsfile

This commit is contained in:
2025-01-25 18:23:20 +02:00
parent bde4926c5f
commit e033fd1488

2
Jenkinsfile vendored
View File

@@ -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.)