From 605684d67cea6ec7ac05ae51bbdfb51b3435c22b Mon Sep 17 00:00:00 2001 From: Serban Jora Date: Fri, 20 Oct 2017 11:42:53 -0400 Subject: [PATCH] Correct the pom location in javatoscachecker Location needs to include subproject in path. Also corrects trigger job name for csit job. Change-Id: Ic0d936682e6479d3a7ee4cda6540939badd3f5cb Issue-Id: MODELING-26 Signed-off-by: Serban Jora --- jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml | 2 +- jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml b/jjb/modeling/modeling-toscaparsers-javatoscachecker-csit.yaml index 09479fa6a..b40bd84b1 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-checkstyle' + - '{project-name}-{stream}-release-java-daily' robot-options: '' branch: 'master' diff --git a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml index 0c7315c21..5205d2c3c 100644 --- a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml +++ b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml @@ -19,7 +19,7 @@ - '{project-name}-{stream}-{subproject}-release-java-daily' - '{project-name}-{stream}-docker-java-properties-daily': setVersion: 'DontSetVersion' - docker-pom: 'pom.xml' + docker-pom: 'javatoscachecker/pom.xml' mvn-profile: 'docker' maven-properties: | skip.docker.build=false -- 2.16.6