From 5003922045ccd68e27137425980e1f250fcca905 Mon Sep 17 00:00:00 2001 From: Svetlana Mancic Date: Tue, 3 Jun 2025 17:03:54 +0200 Subject: [PATCH] testing jenkins pr --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 03e66a326..69eaf1b74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { } stage ('Docker Push to Main') { when { - branch 'main' + branch 'main' // add comment to test pr } environment { REGISTRY = credentials('nexus_url_main')