blob: 5a871954130ae8fd19e6752a6d37c68945f8f237 [file] [log] [blame]
Stuart Monteith920ed8a2018-10-15 10:07:04 +01001- job:
2 name: jdk11-get-deps
3 project-type: freestyle
4 defaults: global
5 description: |
6 Download dependencies for builds. This includes build source code, jtreg, jcstress.
7 properties:
8 - authorization:
9 anonymous:
10 - job-read
11 - job-extended-read
12 openjdk-members:
13 - job-build
14 - job-cancel
15 - build-discarder:
16 num-to-keep: 10
17 artifact-num-to-keep: 1
Riku Voipiob7c49aa2020-12-01 15:15:24 +020018 disabled: true
Stuart Monteith920ed8a2018-10-15 10:07:04 +010019 node: j12-qrep-01
Stuart Monteith17cf7ee2018-11-12 10:14:24 +000020 display-name: 'OpenJDK 11u - Get Dependencies'
Stuart Monteith920ed8a2018-10-15 10:07:04 +010021 wrappers:
22 - timestamps
23 builders:
24 - copyartifact:
25 project: jcstress-build
26 filter: 'tests-all/target/jcstress.jar'
27 flatten: true
28 - copyartifact:
29 project: jtreg-build
30 filter: 'jtreg-build-4.2.0-SNAPSHOT.tar.xz'
31 flatten: true
32 - copyartifact:
33 project: jdk11-update-src-tree
Stuart Monteith17cf7ee2018-11-12 10:14:24 +000034 filter: 'out/jdk11u.tar.gz, out/build-date.sh'
Stuart Monteith920ed8a2018-10-15 10:07:04 +010035 flatten: true
36 - shell: |
37 #!/bin/bash
38
39 find $PWD -maxdepth 1
40 publishers:
41 - email:
42 recipients: 'stuart.monteith@linaro.org'