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

This commit is contained in:
s444417 2022-05-03 14:32:38 +02:00
parent 87a934d56b
commit 6007c252a8

View File

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