diff --git a/Jenkinsfile b/Jenkinsfile index 13fb0da..8ca7756 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,9 +61,9 @@ pipeline { steps { script { // Uruchamia instancje obrazu ium - sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts --name ium ium" + sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts --name ium" // Uruchomienie skryptu w kontenerze - sh "docker exec ium python3 ./s487175-create-dataset-script.py" + sh "python3 ./s487175-create-dataset-script.py" } } }