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' } }