fix param
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 18:42:23 +02:00
parent 9151f22837
commit 30e76ccd73

View File

@ -14,7 +14,7 @@ pipeline {
steps {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
sh 'python3 ./src/trainScript.py ${params.EPOCH_NUMBER}'
sh 'python3 ./src/trainScript.py $EPOCH_NUMBER'
}
}
stage('Archive') {