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') {