summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:36:48 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:36:48 +0200
commit6609881e81990046944c1f6becde9e0c10f90028 (patch)
tree335460f6709652af67abbc1a3ee762b902158538
parenta0def163b8628079e7dfdeeec2c69c55b6132a81 (diff)
downloadseabios-6609881e81990046944c1f6becde9e0c10f90028.tar.gz
shell cleanup fix
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 891e42d..b1ab786 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"
# fresh snapshot tarball
rm -f *.tar.gz