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:25:27 +02:00
parent 204f5bcfec
commit 87a934d56b

View File

@ -9,7 +9,7 @@ pipeline {
} }
stage('archive model') { stage('archive model') {
steps { steps {
archiveArtifacts 'saved_model/my_model' archiveArtifacts './src/saved_model/my_model'
} }
} }
} }