Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:33:34 +02:00
parent 8d7d055d04
commit 7c015ce02c

View File

@ -25,9 +25,7 @@ pipeline {
stage('clear_all') {
steps {
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
sh 'rm -rf ium_z434686'
sh 'rm -rf Video_Games_Sales_as_at_22_Dec_2016.csv'
sh 'rm -rf video-game-sales-with-ratings.zip'
sh 'rm -rf *'
}
}
stage('checkout') {