#7 cleanup after build
This commit is contained in:
parent
cb525f8c19
commit
5d075ac6da
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -25,5 +25,13 @@ pipeline {
|
|||||||
sh 'npm run build'
|
sh 'npm run build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('clean-all') {
|
||||||
|
steps {
|
||||||
|
sh 'rm -rf .[!.]*'
|
||||||
|
sh 'rm -rf ./*'
|
||||||
|
sh 'ls -a'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user