From 98dd508baae66601cd921151e173223928ae0797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Mon, 10 May 2021 15:24:33 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bbc8773..b9a9bd4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,11 +27,14 @@ pipeline{ withEnv(["CUTOFF=${params.CUTOFF}"]) { sh "chmod 777 ./script.sh" sh "python3 ./scrip2.py" + } + }} + stage('Archive artifacts'){ + steps{ archiveArtifacts 'test.csv' archiveArtifacts 'dev.csv' archiveArtifacts 'train.csv' - } - }} + } } -} \ No newline at end of file +}} \ No newline at end of file