aboutsummaryrefslogtreecommitdiff
path: root/jdk9-update-src-tree-persist.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-12-12 10:14:00 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-12-12 11:14:46 +0000
commitc4e80fa3670d06eaeffd7e9b39d22ed461d64d50 (patch)
tree42bcd7d34e7753a0dd67e71fbadc8ae2534bc619 /jdk9-update-src-tree-persist.yaml
parent88948dfbcfabcbbb5d49cc21c7b1fd1e695e9f6b (diff)
jdk: Persist BOM to filesystem for email report
Copy BOM to persistent directory for inclusion in email report. Change-Id: Ib3a96f648cfa9789501c9c79e125b588e3de5d9e
Diffstat (limited to 'jdk9-update-src-tree-persist.yaml')
-rw-r--r--jdk9-update-src-tree-persist.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jdk9-update-src-tree-persist.yaml b/jdk9-update-src-tree-persist.yaml
index 65820f4541..30d80b4596 100644
--- a/jdk9-update-src-tree-persist.yaml
+++ b/jdk9-update-src-tree-persist.yaml
@@ -10,6 +10,9 @@
anonymous:
- job-read
- job-extended-read
+ openjdk-members:
+ - job-build
+ - job-cancel
- build-discarder:
days-to-keep: 30
num-to-keep: 10
@@ -48,3 +51,6 @@
mkdir -p $src_dir
echo "Extracting tarball to $src_dir"
tar -C $src_dir --strip-components=1 -xf $WORKSPACE/incoming/jdk9.tar.gz
+
+ # Copy bill-of-materials to persistent area for email report.
+ cp incoming/BOM $TOP_DIR