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 {
script {
// Uruchamia instancje obrazu ium
sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts ium"
sh "docker run -d ium"
// Uruchomienie skryptu w kontenerze
sh "docker exec ium python3 /app/s487175-create-dataset-script.py >> output.txt"
}
}
}
stage('Archive file') {