eval script
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-03 20:49:41 +02:00
parent 7579071b7f
commit 8391625688

View File

@ -7,7 +7,7 @@ pipeline {
steps {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
archiveArtifacts 'saved_model/my_model/*'
archiveArtifacts 'saved_model/MyModel_tf/*'
}
}
}