Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 21:53:08 +02:00
parent 99d776996c
commit 1b5069fd23

View File

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