Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 21:51:45 +02:00
parent 0b02a1a30a
commit 99d776996c

View File

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