.
Some checks failed
s444501-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444501 2022-05-01 14:48:17 +02:00
parent 5ab5a7fd5d
commit 14416b5faa

View File

@ -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') {