This commit is contained in:
Norbert Walkowiak 2023-04-17 22:49:09 +02:00
parent 4a15d10bde
commit 1ac5c4f9df

2
Jenkinsfile vendored
View File

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