Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 15:48:12 +02:00
parent 3efdc27d00
commit e10e05cabb

View File

@ -31,7 +31,7 @@ pipeline {
stage('checkout') {
steps {
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686'
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686 .'
}
}
@ -44,7 +44,6 @@ pipeline {
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
sh 'unzip video-game-sales-with-ratings.zip'
sh 'rm video-game-sales-with-ratings.zip'
sh 'move Video_Games_Sales_as_at_22_Dec_2016.csv ./ium_z434686'
}
}
}