6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
stage('clean-all') {
|
||
|
sh 'rm -rf .[!.]*'
|
||
|
sh 'rm -rf ./*'
|
||
|
sh 'ls -a'
|
||
|
}
|