From f5158a272cf9536c8b710c2165fdc66927fcd0f8 Mon Sep 17 00:00:00 2001 From: s434695 Date: Sat, 15 May 2021 18:06:33 +0200 Subject: [PATCH] saving artifacts fix --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ebd5eac..2469915 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,6 @@ pipeline { } stage('archiveArtifacts') { steps{ - archiveArtifacts 'ium_s434695/**' archiveArtifacts 'model1' } }