From f084b196b32b70b81c293b9763dcf69a90f03a1a Mon Sep 17 00:00:00 2001 From: Filip Izydorczyk Date: Sat, 27 Mar 2021 17:31:51 +0100 Subject: [PATCH] git rrepo link fixed --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d9d764..b76089c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('checkout: Check out from version control') { steps { - git 'https://git.wmi.amu.edu.pl/s434788/ium_434700' + git 'https://git.wmi.amu.edu.pl/s434700/ium_s434700.git' } } stage('sh: Shell Script') {