diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-13 19:05:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-03-13 19:05:08 +0000 |
commit | c5c76410f7e9ec7f7a31a217fc1689fc15a43cdd (patch) | |
tree | 3424bf3bb11a0723bfacfc235ef53c6da45c19fe /jjb/global-templates-java.yaml | |
parent | 13908671d64f548bd7148c6974e092a7f9e4ca2a (diff) | |
parent | 03222ede99e4acd7b96ce19060a5ff1e2af04ff2 (diff) |
Merge "No '$' for jjb parameters"
Diffstat (limited to 'jjb/global-templates-java.yaml')
-rw-r--r-- | jjb/global-templates-java.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 37bf58512..272cf52bd 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -994,7 +994,7 @@ - maven-target: maven-version: '{maven-version}' - pom: '${site-pom}' + pom: '{site-pom}' goals: 'clean site:stage-deploy' settings: '{mvn-settings}' settings-type: cfp |