From: Serban Jora Date: Mon, 13 Nov 2017 04:05:20 +0000 (-0500) Subject: Fix jjb template to publish to staging X-Git-Tag: 1.0.0-Amsterdam~4^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e55a6efcfacdebfeacc30c9a8f39eda9d3e9afb2;p=ci-management.git Fix jjb template to publish to staging Change-Id: I748d0b44495c5e065891650ee8cba8b504f39986 Issue-Id: MODELING-28 Signed-off-by: Serban Jora --- diff --git a/jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml b/jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml index b40bd84b1..ee8de9c79 100644 --- a/jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml +++ b/jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml @@ -10,6 +10,6 @@ functionality: - 'APIs': trigger_jobs: - - '{project-name}-{stream}-release-java-daily' + - '{project-name}-{stream}-release-version-java-daily' robot-options: '' branch: 'master' diff --git a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml index 5205d2c3c..2b7696859 100644 --- a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml +++ b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml @@ -16,7 +16,7 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-java-daily' + - '{project-name}-{stream}-{subproject}-release-version-java-daily' - '{project-name}-{stream}-docker-java-properties-daily': setVersion: 'DontSetVersion' docker-pom: 'javatoscachecker/pom.xml'