Attempt 12

This commit is contained in:
Paweł Skórzewski 2024-04-10 11:22:47 +02:00
parent 11b26c5f21
commit c8b2d8b8c3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
sh 'echo ~'
sh 'ls -al ~'
sh 'whoami'
sh 'mkdir ~/.kaggle'
sh 'mkdir -p ~/.kaggle'
sh 'kaggle datasets list'
}
}