aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-release.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-23 14:06:20 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-03-24 13:23:00 +0000
commit249fa722a6b93ab066152233bf071fc2cf0a21d5 (patch)
treef9f723217d83b4e61a07cf57701c8f9fb92d9e48 /tcwg-make-release.yaml
parent3430904f1dd8acffe72cbb66d2aac399639a2f14 (diff)
tcwg-make-release: Move workspace-cleanup to wrappers section.
So that the cleanup is done before the build, rather than after. Change-Id: I875568a30ba16c73fadf89fe3a8b2f281098cef1
Diffstat (limited to 'tcwg-make-release.yaml')
-rw-r--r--tcwg-make-release.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcwg-make-release.yaml b/tcwg-make-release.yaml
index b12403f4..f5fefe10 100644
--- a/tcwg-make-release.yaml
+++ b/tcwg-make-release.yaml
@@ -116,6 +116,10 @@
- timestamps
- build-name:
name: '#${BUILD_NUMBER}-${ENV,var="date"}'
+ - workspace-cleanup:
+ include:
+ - "*"
+ dirmatch: true
builders:
- shell: |
#!/bin/bash
@@ -317,10 +321,6 @@
current-parameters: true
block: false
publishers:
- - workspace-cleanup:
- include:
- - "*"
- dirmatch: true
- archive:
artifacts: 'MakeRelease*.log.xz'
latest-only: false