Update 'Multibranch_training'

This commit is contained in:
Tomasz Koszarek 2023-09-29 17:22:11 +02:00
parent 6c878d749f
commit ef46c23198

View File

@ -38,7 +38,7 @@ pipeline {
archiveArtifacts 'test/'
}
}
stage('Clear') {
stage('Clear at the end') {
steps {
sh 'rm -rf *'
}