diff --git a/Jenkinsfile b/Jenkinsfile index b9d59e4..cfdcd9f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,10 @@ pipeline { stages { stage('Stage 1') { steps { - sh 'rm -rf artifacts' - git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git' + git( + url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git", + branch: "main" + ) } } }