Fix job build

This commit is contained in:
s430705 2021-05-13 09:57:06 +02:00
parent 2c7c0583eb
commit 679ac623d3

2
Jenkinsfile vendored
View File

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