From 8f1ac32d1fccc5763a1ab60da31447f2dcf9bf25 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Tue, 21 Apr 2020 16:22:21 +0200 Subject: [PATCH] test2 --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ffd6cc0..081a1d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,10 @@ pipeline { agent any stages { - stage('Stage 1') { + stage('checkout: Check out from version control') { steps { - echo 'Hello world!' + git branch: 'stable-2.204', + url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git' } } }