This commit is contained in:
parent
2b8fba580b
commit
3f7a6d212f
@ -20,7 +20,7 @@ node {
|
||||
copyArtifacts filter: 'dev_data.csv', fingerprintArtifacts: true, projectName: 's444452-create-dataset'
|
||||
}
|
||||
stage('Run script') {
|
||||
withEnv(["TRAIN_ARGS=${params.TRAIN_PARAMS}"]) {
|
||||
withEnv(["TRAIN_PARAMS=${params.TRAIN_PARAMS}"]) {
|
||||
sh "python3 Scripts/train_neural_network.py $TRAIN_PARAMS"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user