Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
1a38ca97e3
commit
0e1680e4a1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user