This commit is contained in:
Norbert Walkowiak 2023-04-17 22:19:31 +02:00
parent d4bc20f276
commit 2d54eee2b4

4
Jenkinsfile vendored
View File

@ -61,10 +61,10 @@ pipeline {
steps { steps {
script { script {
// Uruchamia instancje obrazu ium // Uruchamia instancje obrazu ium
sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts ium" sh "docker run -d ium"
// Uruchomienie skryptu w kontenerze // Uruchomienie skryptu w kontenerze
sh "docker exec ium python3 /app/s487175-create-dataset-script.py >> output.txt" sh "docker exec ium python3 /app/s487175-create-dataset-script.py >> output.txt"
}
} }
} }
stage('Archive file') { stage('Archive file') {