This commit is contained in:
Norbert Walkowiak 2023-04-17 20:47:22 +02:00
parent 7c5580e4e3
commit 28466357cd

4
Jenkinsfile vendored
View File

@ -61,9 +61,9 @@ pipeline {
steps {
script {
// Uruchamia instancje obrazu ium
sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts --name ium ium"
sh "docker run -d -v ${env.WORKSPACE}/artifacts:/app/artifacts --name ium"
// Uruchomienie skryptu w kontenerze
sh "docker exec ium python3 ./s487175-create-dataset-script.py"
sh "python3 ./s487175-create-dataset-script.py"
}
}
}