fix type-o

This commit is contained in:
s430705 2021-05-13 09:35:37 +02:00
parent 70a642eab4
commit 8ac8a4d020

2
Jenkinsfile vendored
View File

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