From 5bd8ee8fc7300938129f686f8e51072ea2358370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 11:00:22 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index e3a53f9..fe9bf69 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -57,8 +57,10 @@ pipeline { } steps { echo 'python version in docker' - sh 'python –version' - archiveArtifacts 'file.txt' + sh '$pwd' + sh 'pwd' + sh 'python ./ium_z434686/create-dataset.py' + sh 'ls -a' } } stage('Goodbye!') {