Update 'Jenkinsfile'
This commit is contained in:
parent
f06909ef85
commit
20877028b0
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -30,7 +30,6 @@ pipeline {
|
||||
//
|
||||
sh 'rm -rf ium_z434686'
|
||||
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686'
|
||||
sh 'cd ium_z434686 | ls -a | tee ls.txt'
|
||||
}
|
||||
}
|
||||
|
||||
@ -47,7 +46,8 @@ pipeline {
|
||||
// Run the maven build
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets list'
|
||||
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
|
||||
sh 'ls-a | tee ls.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user