Fix job build
All checks were successful
s430705-training/pipeline/head This commit looks good

This commit is contained in:
s430705 2021-05-13 09:58:37 +02:00
parent 679ac623d3
commit 703c27c5f6

2
Jenkinsfile vendored
View File

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