Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 15:50:23 +02:00
parent e10e05cabb
commit 1cb134ae09

View File

@ -25,7 +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 *' sh 'rm -rf * .*'
} }
} }
stage('checkout') { stage('checkout') {