Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 21:46:21 +02:00
parent 29f188b32c
commit 26aec93ea6

View File

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