diff --git a/Jenkinsfile b/Jenkinsfile index fdb1af5..b9d59e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('Stage 1') { steps { + sh 'rm -rf artifacts' git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git' } }