fix param from eval jenkins
This commit is contained in:
parent
30e76ccd73
commit
707719b5b4
@ -35,7 +35,7 @@ pipeline {
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
copyArtifacts projectName: 's444417-training/${params.TRAINING_BRANCH}'
|
||||
copyArtifacts projectName: 's444417-training/$TRAINING_BRANCH'
|
||||
sh 'python3 ./src/evalScript.py'
|
||||
archiveArtifacts 'trainResults.csv'
|
||||
sh "ls -la"
|
||||
|
@ -14,6 +14,7 @@ pipeline {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
sh 'ls -la'
|
||||
sh 'echo $EPOCH_NUMBER'
|
||||
sh 'python3 ./src/trainScript.py $EPOCH_NUMBER'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user