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