Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Tomasz Koszarek 2023-09-29 21:43:16 +02:00
parent 24e3d02743
commit 81a91c0d4b

View File

@ -22,12 +22,7 @@ pipeline {
)
}
}
// stage('Run a shell script in a docker container') {
// steps {
// // Uruchomienie kontenera Docker i przekazanie wyniku do pliku na hoście
// //sh 'docker run -v "$(pwd)":/app tomkos5/ium:v1 sh -c "chmod 777 /app/s487174-dataset-stats.sh > output.txt"'
// }
}
stage('Docker') {
agent {
docker {
@ -46,6 +41,8 @@ pipeline {
steps {
sh 'rm -rf *'
}
}
}
}
}