Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Patryk Gałka 2023-04-18 20:38:17 +02:00
parent ac3214e063
commit 425ffc7547

View File

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