This commit is contained in:
Paweł Skórzewski 2024-04-10 11:11:45 +02:00
parent 5957a77c71
commit 4987517c74
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -23,6 +23,7 @@ pipeline {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'echo ~'
sh 'ls -al ~'
sh 'mkdir ~/.kaggle'
sh 'kaggle datasets list'
}
}