remove attempts at cleanup
This commit is contained in:
부모
edbac3dfaf
커밋
254c990d76
|
@ -4,9 +4,6 @@ pipeline {
|
|||
stage("init") {
|
||||
steps {
|
||||
sh 'git submodule update --init --recursive'
|
||||
sh 'find . -name gen -delete'
|
||||
sh 'find . -name gen -exec ls -lr {} \\;'
|
||||
sh 'find . -name build -exec ls -lr {} \\;'
|
||||
}
|
||||
}
|
||||
stage("1.7.10") {
|
||||
|
|
불러오는 중...
Reference in New Issue