This commit is contained in:
Norbert Walkowiak 2023-04-18 08:10:25 +02:00
parent 826f05064b
commit dc90bec6be

2
Jenkinsfile vendored
View File

@ -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"
}
}
}