From cea0b24ed96a514c9a977a0a91f315c12fc0c167 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 11:36:14 +0200 Subject: [PATCH] jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8bb716b..0a0c8d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' - checkout: Check out from version control + checkout: https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops } } }