Fix job build
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
s430705 2021-05-13 09:48:32 +02:00
parent 441cd3e98c
commit 29ce218856

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline{
}
post {
success {
build job: 's430705-training/master', parameters: [string(name: 'epochs', value:'300'), buildSelector(name: 'BUILD_SELECTOR', defaultSelector: lastSuccessful())]
build job: 's430705-training/master', parameters: [string(name: 'epochs', value:'300')]
}
}
}