Attempt 13
This commit is contained in:
parent
c8b2d8b8c3
commit
28718a082f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user