Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 21:54:08 +02:00
parent 1b5069fd23
commit 43c6b14a30

View File

@ -69,10 +69,11 @@ pipeline {
sh 'rm -rf *'
}
}
post {
}
post {
always {
build 'z-s434686-training'
}
}
}
}