testing jenkins pr

This commit is contained in:
Svetlana Mancic 2025-06-03 17:03:54 +02:00
parent 104f601edf
commit 5003922045

2
Jenkinsfile vendored
View file

@ -49,7 +49,7 @@ pipeline {
} }
stage ('Docker Push to Main') { stage ('Docker Push to Main') {
when { when {
branch 'main' branch 'main' // add comment to test pr
} }
environment { environment {
REGISTRY = credentials('nexus_url_main') REGISTRY = credentials('nexus_url_main')