From 31fe8e4984550867295bc825706f36c42fae02d9 Mon Sep 17 00:00:00 2001 From: Kornelia Girejko Date: Mon, 9 May 2022 11:17:36 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_sacred' --- Jenkinsfile_sacred | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_sacred b/Jenkinsfile_sacred index 4cac91d..fd85d73 100644 --- a/Jenkinsfile_sacred +++ b/Jenkinsfile_sacred @@ -32,8 +32,8 @@ pipeline { copyArtifacts filter: '*', projectName: 's478815-create-dataset' sh 'python3 ./train-sacred.py with "epochs=$EPOCHS"' - archiveArtifacts artifacts: 'experiment/*, modelS.pkl, output.txt' - sh 'rm -r experiment' + archiveArtifacts artifacts: 'experiment/_sources/*, experiment/*, modelS.pkl, output.txt' + build job: 's478815-evaluation/master/' }