fix type-o
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
s430705 2021-05-13 09:40:20 +02:00
parent 955c2b4963
commit 675568f7e1

2
Jenkinsfile vendored
View File

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