Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 19:37:39 +02:00
parent f06909ef85
commit 20877028b0

4
Jenkinsfile vendored
View File

@ -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'
}
}
}