aboutsummaryrefslogtreecommitdiff
path: root/jdk7u-build-image-amd64.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-08-16 21:07:27 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-08-16 21:07:27 +0300
commitdd6ecbbeb65fd854533c11847b716a82ac8b85b1 (patch)
tree6fd3f46972620d447fb643fda59a9f011a94664f /jdk7u-build-image-amd64.yaml
parent019d682ffa1b7902e92f94a1f3b85675d4359eaa (diff)
jdk7u-build-image-amd64: switch to freestyle project type
Change-Id: I63fb55bea6ae78327046e9f968169513f836f16f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jdk7u-build-image-amd64.yaml')
-rw-r--r--jdk7u-build-image-amd64.yaml30
1 files changed, 11 insertions, 19 deletions
diff --git a/jdk7u-build-image-amd64.yaml b/jdk7u-build-image-amd64.yaml
index d8c1df240d..475a4afea5 100644
--- a/jdk7u-build-image-amd64.yaml
+++ b/jdk7u-build-image-amd64.yaml
@@ -1,12 +1,9 @@
- job:
name: jdk7u-build-image-amd64
- project-type: matrix
+ project-type: freestyle
defaults: global
description: |
* Builds the jdk7 images.
- logrotate:
- numToKeep: 10
- artifactNumToKeep: 1
properties:
- authorization:
anonymous:
@@ -15,26 +12,21 @@
linaro:
- job-build
- job-cancel
+ - build-discarder:
+ days-to-keep: 10
+ artifact-num-to-keep: 1
+ parameters:
+ - string:
+ name: JVM_VARIANT
+ default: client
+ - string:
+ name: BUILD_TYPE
+ default: release
disabled: false
node: docker-utopic-amd64
display-name: 'OpenJDK - Build OpenJDK 7 images'
- axes:
- - axis:
- type: user-defined
- name: JVM_VARIANT
- values:
- - client
- - axis:
- type: user-defined
- name: BUILD_TYPE
- values:
- - release
- execution-strategy:
- sequential: true
wrappers:
- timestamps
- - matrix-tie-parent:
- node: docker-utopic-amd64
builders:
- copyartifact:
project: jdk7u-update-src-tree