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

This commit is contained in:
s444417 2022-05-03 21:46:50 +02:00
parent 8cca2125c9
commit 12014157af

View File

@ -7,7 +7,7 @@ pipeline {
steps { steps {
copyArtifacts projectName: 's444417-create-dataset' copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la' sh 'ls -la'
sg 'python3 ./src/trainScript.py 6' sh 'python3 ./src/trainScript.py 6'
archiveArtifacts 'saved_model/MyModel_tf/*' archiveArtifacts 'saved_model/MyModel_tf/*'
} }
} }