Trigger training after create stats
This commit is contained in:
parent
8f8ff28633
commit
192184cb2c
@ -18,12 +18,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('Invoke training') {
|
||||
steps {
|
||||
build job: 's434704-training', parameters: [
|
||||
string(name: 'options', value: "")
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
build job: 's434704-training/master', parameters: [
|
||||
string(name: 'options', value: "-shuffle=true")
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user