From 967f32032cc93dfebee3323771fc875d8e631247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 8 May 2022 20:20:40 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-sacred' --- Jenkinsfile-sacred | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-sacred b/Jenkinsfile-sacred index 39277f6..8e66c60 100644 --- a/Jenkinsfile-sacred +++ b/Jenkinsfile-sacred @@ -17,7 +17,7 @@ pipeline { steps { copyArtifacts filter: '*', projectName: 's478839-create-dataset' sh 'python3 ml_pytroch_sacred.py with "epochs=$EPOCHS"' - archiveArtifacts artifacts: 'IUM_478839/_sources/*, IUM_478839/1/*' + archiveArtifacts artifacts: 'IUM_478839/_sources/*, IUM_478839/1/*', 'result.txt', 'Model_xPosition.pkl' sh 'rm -r IUM_478839' } }