changed Jenkinsfile

This commit is contained in:
s464953 2024-03-25 21:17:08 +01:00
parent c41a5da61c
commit 58f556edcf
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -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 {