diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-04-21 13:36:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-04-21 13:36:35 +0200 |
commit | bd9885da2e22718b1dd2370655c2cd21a96b2cbf (patch) | |
tree | 9f119d0f10baf1cc27e4df7cdbe1d50935928347 | |
parent | 19a88608e7a29b9b86cfa5ba7acb5aebc922d25f (diff) | |
download | qboot-bd9885da2e22718b1dd2370655c2cd21a96b2cbf.tar.gz |
shell cleanup fix
-rw-r--r-- | Jenkinsfile | 2 |
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*')" |