From f40e99277a658fceefaf6ec4c8e7af21343c0f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 11:06:39 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index fb05543..e41db47 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -61,7 +61,8 @@ pipeline { sh 'pwd' echo ' ls -a' sh 'ls -a' - sh 'python /ium_z434686/create-dataset.py' + sh 'python create-dataset.py' + archiveArtifacts 'file.txt' } } stage('Goodbye!') { @@ -70,7 +71,7 @@ pipeline { //Zarchiwizuj wynik //archiveArtifacts 'output.txt' archiveArtifacts 'dataset.csv' - archiveArtifacts 'file.txt' + } }