fix
Some checks failed
s444452-training/pipeline/head There was a failure building this commit

This commit is contained in:
AdamOsiowy123 2022-05-02 22:53:51 +02:00
parent 2b8fba580b
commit 3f7a6d212f

View File

@ -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"
}
}