Fix job build
This commit is contained in:
parent
675568f7e1
commit
441cd3e98c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -38,7 +38,7 @@ pipeline{
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
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())]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user