diff --git a/Jenkinsfile b/Jenkinsfile index 3157cdd..c30d3ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { steps { script { // Uruchamia instancje obrazu ium i uruchomienie skryptu w kontenerze - sh "docker run -e CUTOFF=${params.CUTOFF} ium python3 /app/s487175-create-dataset-script.py >> output.txt" + sh "docker run --name ium -e CUTOFF=${params.CUTOFF} ium python3 /app/s487175-create-dataset-script.py >> output.txt" } } }