Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
8d7d055d04
commit
7c015ce02c
@ -25,9 +25,7 @@ pipeline {
|
|||||||
stage('clear_all') {
|
stage('clear_all') {
|
||||||
steps {
|
steps {
|
||||||
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||||
sh 'rm -rf ium_z434686'
|
sh 'rm -rf *'
|
||||||
sh 'rm -rf Video_Games_Sales_as_at_22_Dec_2016.csv'
|
|
||||||
sh 'rm -rf video-game-sales-with-ratings.zip'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
|
Loading…
Reference in New Issue
Block a user