changed Jenkinsfile
This commit is contained in:
parent
c41a5da61c
commit
58f556edcf
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user