summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:36:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:36:35 +0200
commitbd9885da2e22718b1dd2370655c2cd21a96b2cbf (patch)
tree9f119d0f10baf1cc27e4df7cdbe1d50935928347
parent19a88608e7a29b9b86cfa5ba7acb5aebc922d25f (diff)
downloadqboot-bd9885da2e22718b1dd2370655c2cd21a96b2cbf.tar.gz
shell cleanup fix
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 124fac3..324c5a9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ def RPMSource() {
def RPMBuild() {
sh '''
# cleanup
- rm -rf rpms
+ rm -rf "${WORKSPACE}/rpms" "${WORKSPACE}/build" "${WORKSPACE}/buildroot"
# figure version
# commit="$(cd source; git describe --tags --long --match 'v*')"