summaryrefslogtreecommitdiffstats
path: root/jjb/sweetcomb
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-07-25 13:33:04 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-07-25 13:33:04 -0500
commit8178205ce28b35102874c2de9f8f5a9d2508ed12 (patch)
tree8dedffea760ba6b8ce99c6bfd84100769309c39e /jjb/sweetcomb
parent5b2b0a4babd61beab258396749ba9aab1e7980fb (diff)
Fix Sweetcomb archive artifact
Moving the archive-artifact macro to the correct location Change-Id: I89daef8fb6b8ed1309fcb7bd86ed10c5bd66165c Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/sweetcomb')
-rw-r--r--jjb/sweetcomb/sweetcomb.yaml38
1 files changed, 15 insertions, 23 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml
index 3f58ccda7..803a781f8 100644
--- a/jjb/sweetcomb/sweetcomb.yaml
+++ b/jjb/sweetcomb/sweetcomb.yaml
@@ -20,7 +20,7 @@
jobs:
- 'sweetcomb-verify-{stream}-{os}'
- 'sweetcomb-merge-{stream}-{os}'
- #- 'sweetcomb-test-{stream}-ubuntu1604'
+ # - 'sweetcomb-test-{stream}-ubuntu1604'
project: 'sweetcomb'
os:
@@ -54,6 +54,13 @@
project-type: freestyle
node: '{os}-us'
concurrent: true
+ archive-artifacts: >
+ **/build-root/build-package/*.rpm
+ **/build-root/build-package/*.deb
+ allow-empty: 'true'
+ fingerprint: false
+ only-if-success: true
+ default-excludes: false
build-discarder:
daysToKeep: '{build-days-to-keep}'
@@ -61,14 +68,6 @@
artifactDaysToKeep: '{build-artifact-days-to-keep}'
artifactNumToKeep: '{build-artifact-num-to-keep}'
- archive-artifacts: >
- **/build-root/build-package/*.rpm
- **/build-root/build-package/*.deb
- allow-empty: 'true'
- fingerprint: false
- only-if-success: true
- default-excludes: false
-
parameters:
- project-parameter:
project: '{project}'
@@ -130,6 +129,13 @@
project-type: freestyle
node: '{os}-us'
+ archive-artifacts: >
+ **/build-root/build-package/*.rpm
+ **/build-root/build-package/*.deb
+ allow-empty: 'true'
+ fingerprint: false
+ only-if-success: true
+ default-excludes: false
build-discarder:
daysToKeep: '{build-days-to-keep}'
@@ -137,14 +143,6 @@
artifactDaysToKeep: '{build-artifact-days-to-keep}'
artifactNumToKeep: '{build-artifact-num-to-keep}'
- archive-artifacts: >
- **/build-root/build-package/*.rpm
- **/build-root/build-package/*.deb
- allow-empty: 'true'
- fingerprint: false
- only-if-success: true
- default-excludes: false
-
parameters:
- project-parameter:
project: '{project}'
@@ -214,12 +212,6 @@
artifactDaysToKeep: '{build-artifact-days-to-keep}'
artifactNumToKeep: '{build-artifact-num-to-keep}'
- archive-artifacts: >
- allow-empty: 'true'
- fingerprint: false
- only-if-success: true
- default-excludes: false
-
parameters:
- project-parameter:
project: '{project}'