change train script
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-14 11:52:00 +02:00
parent 9f2f81c67e
commit 8479ef553b

View File

@ -15,7 +15,7 @@ pipeline {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
sh 'echo $EPOCH_NUMBER'
sh 'python3 ./lab7/trainScript.py $EPOCH_NUMBER'
sh 'python3 ./lab8/trainScript.py'
}
}
stage('Archive') {