mlflow
This commit is contained in:
parent
0f5edfcc26
commit
dd0637be28
@ -26,7 +26,9 @@ pipeline {
|
||||
}
|
||||
stage('Prediction') {
|
||||
steps {
|
||||
sh 'echo ${params.INPUT} > input_example.json'
|
||||
withEnv(["INPUT=${params.INPUT}"]) {
|
||||
sh 'echo $INPUT > input_example.json'
|
||||
}
|
||||
sh 'python s444356.py'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user