From c549386cd9b1a9705bf8b299000b032d6a8ef441 Mon Sep 17 00:00:00 2001 From: s444417 Date: Tue, 3 May 2022 22:24:40 +0200 Subject: [PATCH] fix path --- Jenkinsfile3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index cc47ff1..f189711 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -8,7 +8,7 @@ pipeline { copyArtifacts projectName: 's444417-create-dataset' sh 'ls -la' sh 'python3 ./src/trainScript.py 6' - archiveArtifacts 'saved_model/MyModel_tf/*' + archiveArtifacts 'saved_model' } } stage('Starting eval job') {