fix param
This commit is contained in:
parent
9151f22837
commit
30e76ccd73
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user