Update Jenkinsfile-prod

This commit is contained in:
2025-02-24 14:53:51 +02:00
parent 235dabd01e
commit 6bf57b7d3f

View File

@@ -13,6 +13,15 @@ pipeline {
} }
} }
} }
stage('Remove Old Image') {
steps {
script {
catchError(buildResult: 'SUCCESS', message: 'Image doesn\'t exist, skipping...', stageResult: 'ABORTED') {
sh 'docker rmi git.ruff.co.il/amai.ig/otomai:latest'
}
}
}
}
stage('Run new container in Production') { stage('Run new container in Production') {
steps { steps {
script { script {