Add invoking train from create-stats job
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2f09ede319
commit
8f8ff28633
@ -18,5 +18,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('Invoke training') {
|
||||
steps {
|
||||
build job: 's434704-training', parameters: [
|
||||
string(name: 'options', value: "")
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'jarmosz/ium:1.1' }
|
||||
}
|
||||
dockerfile true
|
||||
}
|
||||
parameters {
|
||||
string(name: 'optioms', description: 'Trainig script options')
|
||||
string(name: 'options', description: 'Trainig script options')
|
||||
buildSelector(defaultSelector: lastSuccessful(), description: 'Use latest build', name: 'BUILD_SELECTOR')
|
||||
}
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user