From 17bb6688361ead586b24f75ff77309874e61d2af Mon Sep 17 00:00:00 2001 From: Kornelia Girejko Date: Sun, 8 May 2022 19:46:12 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_sacred' --- Jenkinsfile_sacred | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile_sacred b/Jenkinsfile_sacred index 362cadd..2fdae3b 100644 --- a/Jenkinsfile_sacred +++ b/Jenkinsfile_sacred @@ -32,11 +32,8 @@ pipeline { copyArtifacts filter: '*', projectName: 's478815-create-dataset' sh 'python3 ./train-sacred.py with "epochs=$EPOCHS"' - sh 'cp s478815/config.json configuration.json' - sh 'cp s478815/info.json param.json' - sh 'cp s478815/* modelS.pkl' - archiveArtifacts artifacts: 'modelP.pkl, source_code.py, configuration.json, param.json, modelS.pkl' - sh 'rm -r s478815' + archiveArtifacts artifacts: 'experiment/_sources/*, experiment/1/*' + sh 'rm -r experiment' build job: 's478815-evaluation/master/' }