summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:35:57 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:35:57 +0200
commitd5285bc854d2188b525f71c43d930fa3fd50a23f (patch)
treeed1670aa2e5d7581fdfedcc1aef18a7fa39a7373
parent11317b1e758a82c98cd6723f738c64060de2e003 (diff)
downloadipxe-d5285bc854d2188b525f71c43d930fa3fd50a23f.tar.gz
shell cleanup fix
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 38118d9..431003c 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*')"