Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 18:27:29 +02:00
parent 1a38ca97e3
commit 0e1680e4a1

View File

@ -33,6 +33,8 @@ node {
"KAGGLE_KEY=${params.KAGGLE_KEY}",
"CUT = ${params.CUT}" ])
{
sh 'ls -l'
sh 'echo $KAGGLE_USERNAME'
sh 'kaggle datasets download -d mssmartypants/water-quality > output.txt'
sh 'unzip -o water-quality.zip >> output.txt'
sh 'python3 create_dataset.py $CUT >> output.txt'