This commit is contained in:
Norbert Walkowiak 2023-04-17 22:47:53 +02:00
parent 39f4eb3752
commit 4a15d10bde

2
Jenkinsfile vendored
View File

@ -61,7 +61,7 @@ pipeline {
steps {
script {
// Uruchamia instancje obrazu ium
sh 'docker run -d ium'
sh 'docker run -it ium'
// Uruchomienie skryptu w kontenerze
sh 'docker exec ium python3 /app/s487175-create-dataset-script.py >> output.txt'
}