@@ -71,7 +71,7 @@ pipeline {
stage('Push Docker Image (Nexus)') {
when {
- branch 'prod'
+ branch 'master'
}
steps {
withDockerRegistry([credentialsId: 'nexus', url: 'https://nexus.foodgame.fr']) {