Attempt 13

This commit is contained in:
Paweł Skórzewski 2024-04-10 11:27:14 +02:00
parent c8b2d8b8c3
commit 28718a082f
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -27,6 +27,8 @@ pipeline {
sh 'ls -al ~'
sh 'whoami'
sh 'mkdir -p ~/.kaggle'
sh 'ls ~/.kaggle'
sh 'echo "{\"username\":\"$KAGGLE_USERNAME\",\"key\":\"$KAGGLE_KEY\"}" > ~/.kaggle/kaggle.json'
sh 'kaggle datasets list'
}
}