Fix job build

This commit is contained in:
s430705 2021-05-13 09:46:41 +02:00
parent 675568f7e1
commit 441cd3e98c

2
Jenkinsfile vendored
View File

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