Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
24e3d02743
commit
81a91c0d4b
@ -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 *'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user