From 0091c8c24d776ee77c5fdf9a79ca57266e049529 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Tue, 21 Apr 2020 16:28:30 +0200 Subject: [PATCH] wer --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 081a1d6..d08f9e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('checkout: Check out from version control') { steps { - git branch: 'stable-2.204', + git branch: 'master', url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git' } }