From 2d54eee2b4ac3f2b7917862976162ddcc0a50ce0 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Mon, 17 Apr 2023 22:19:31 +0200 Subject: [PATCH] fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e0113cd..1e7a8a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,10 +61,10 @@ pipeline { steps { script { // Uruchamia instancje obrazu ium - sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts ium" + sh "docker run -d ium" // Uruchomienie skryptu w kontenerze sh "docker exec ium python3 /app/s487175-create-dataset-script.py >> output.txt" - } + } } stage('Archive file') {