Trigger training after create stats

This commit is contained in:
Wojciech Jarmosz 2021-05-13 23:48:15 +02:00
parent 8f8ff28633
commit 192184cb2c

View File

@ -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")
] ]
} }
} }
} }
}