This commit is contained in:
parent
5ab5a7fd5d
commit
14416b5faa
@ -11,7 +11,7 @@ pipeline {
|
||||
string(
|
||||
defaultValue: '10',
|
||||
description: 'some training parameter',
|
||||
name: 'TPARAM'
|
||||
name: 'TRAINING_PARAM'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
@ -23,7 +23,7 @@ pipeline {
|
||||
}
|
||||
stage('Train model') {
|
||||
steps {
|
||||
sh 'python biblioteki_ml.py'
|
||||
sh 'python biblioteki_ml.py ${params.TRAINING_PARAM}'
|
||||
}
|
||||
}
|
||||
stage('Archive model') {
|
||||
|
Loading…
Reference in New Issue
Block a user