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

This commit is contained in:
s444417 2022-05-03 14:53:52 +02:00
parent 6dce38df11
commit 7b08fea108

View File

@ -6,11 +6,6 @@ pipeline {
steps {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
}
}
stage('archive model') {
steps {
archiveArtifacts '/saved_model/my_model'
}
}