From 67a66513b27d085c3c376bb25dfb40cedf18bbe7 Mon Sep 17 00:00:00 2001 From: Witold Woch Date: Fri, 12 May 2023 20:20:43 +0200 Subject: [PATCH] fix --- Jenkins_train | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins_train b/Jenkins_train index d5cbd60..4006875 100644 --- a/Jenkins_train +++ b/Jenkins_train @@ -10,7 +10,7 @@ pipeline { stages { stage('Git Checkout') { steps { - git branch: 'main', credentialsId: 'git-credentials', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194' + git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194' } } stage('Pull Docker image') {