update: UM_04.Konteneryzacja zadanie 3.2

This commit is contained in:
Norbert Walkowiak 2023-04-18 08:31:13 +02:00
parent f9789a944f
commit e1c01f43bf

View File

@ -22,12 +22,10 @@ pipeline {
)
}
}
stage('Shell Script') {
stage('Run a shell script in a docker container') {
steps {
// Stats
sh 'chmod +x s487175-dataset-stats-script.sh'
// Run script
sh './s487175-dataset-stats-script.sh > output.txt'
//Docker image - pobieranie i uruchomienie
sh 'docker run nbrt10/ium:v1 python3 /app/s487175-dataset-stats-script.sh > output.txt'
}
}
stage('Archive file') {