From 067d9d319a28dc7f01bfb0ba03f25fc2e42ef054 Mon Sep 17 00:00:00 2001 From: Kamil Paprota Date: Fri, 3 Apr 2020 12:23:03 +0200 Subject: [PATCH] checkout --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6f33b3a..0552930 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { echo 'Hello World' echo 'Trigger Check' - checkout: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops.git' + checkout: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops' } } }