summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-java.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-08-30 14:40:34 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-09-03 17:19:07 +0000
commit993e5364e191aa91cde66db35b4f6116be9cad6c (patch)
treeb044f92612288f7295f2f3eb65d4eaee4d8d05b3 /jjb/global-templates-java.yaml
parent5b0faffcb99bb520786c45d9f58d83a094dcf7b1 (diff)
Allow vars in verify job
Allow verify-java inject additional env variables. Allow TESTCONTAINERS_RYUK_DISABLED=true in dcaegen2 verify job. Change-Id: I9dc9dffd084e1f7a43dbe6521fb698aa9b242219 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/global-templates-java.yaml')
-rw-r--r--jjb/global-templates-java.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml
index b919c1f2a..881b045e8 100644
--- a/jjb/global-templates-java.yaml
+++ b/jjb/global-templates-java.yaml
@@ -13,11 +13,11 @@
project-type: freestyle
concurrent: true
node: '{build-node}'
+ build-env-variables: ''
pattern: '**'
pom:
mvn-opts: ''
java-opts: ''
-
properties:
- infra-properties:
build-days-to-keep: '{build-days-to-keep}'
@@ -55,6 +55,8 @@
- provide-maven-settings:
global-settings-file: 'global-settings'
settings-file: '{mvn-settings}'
+ - inject:
+ properties-content: "{build-env-variables}"
- maven-target:
maven-version: '{maven-version}'
pom: '{obj:pom}'