diff --git a/Jenkinsfile b/Jenkinsfile index a76baf8..9040aea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,13 @@ pipeline { git 'https://git.wmi.amu.edu.pl/s464953/ium_464953.git' } } + stage('Cleanup Artifacts') { + steps { + script { + sh 'rm -rf artifacts' + } + } + } stage('Run Script') { steps { script {