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