From 91b4f1e14ae2eef3cbb2f6903ee1c6acfb65dd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 8 May 2022 20:15:33 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-sacred' --- Jenkinsfile-sacred | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile-sacred b/Jenkinsfile-sacred index 581c2b2..39277f6 100644 --- a/Jenkinsfile-sacred +++ b/Jenkinsfile-sacred @@ -17,10 +17,8 @@ pipeline { steps { copyArtifacts filter: '*', projectName: 's478839-create-dataset' sh 'python3 ml_pytroch_sacred.py with "epochs=$EPOCHS"' - sh 'cp IUM_478839/1/config.json configuration.json' - sh 'cp IUM_478839/1/info.json param.json' - sh 'cp IUM_478839/1/Model_xPosition.pkl model.pkl' - archiveArtifacts artifacts: 'configuration.json, param.json, model.pkl' + archiveArtifacts artifacts: 'IUM_478839/_sources/*, IUM_478839/1/*' + sh 'rm -r IUM_478839' } } stage('Evaluation-job'){