Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
e10e05cabb
commit
1cb134ae09
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user