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

This commit is contained in:
s444417 2022-05-03 22:24:40 +02:00
parent fae9b7ffc8
commit c549386cd9

View File

@ -8,7 +8,7 @@ pipeline {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
sh 'python3 ./src/trainScript.py 6'
archiveArtifacts 'saved_model/MyModel_tf/*'
archiveArtifacts 'saved_model'
}
}
stage('Starting eval job') {