diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-06 09:52:29 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-06 09:52:29 -0400 |
commit | a44e0b43309f79a52ee35ca3b51eb2727767c654 (patch) | |
tree | ff74c02964d860bbc714a2c799afd47a2cb332da /jjb/oparent | |
parent | 9e2684749cc71a9335436ab42b05eca8e3fdc82d (diff) |
Define new template for subproject release build
Define a new template for subproject release builds that does not
update the version tag within the <parent>. This is needed for
the oparent-odlparent subproject of oparent, whose parent is an
external POM from the OpenDaylight project.
Change-Id: I798b0292f17b6b9d5234f147910488e4bb6ecee2
Issue-ID: CIMAN-99
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'jjb/oparent')
-rw-r--r-- | jjb/oparent/oparent.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/oparent/oparent.yaml b/jjb/oparent/oparent.yaml index 548e9270d..be4ad0cac 100644 --- a/jjb/oparent/oparent.yaml +++ b/jjb/oparent/oparent.yaml @@ -9,7 +9,7 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version2-java-daily' + - '{project-name}-{stream}-{subproject}-release-version3-java-daily' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily-no-sonar' |