diff options
author | JulienBe <jb379x@att.com> | 2017-09-25 15:56:34 +0200 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-09-27 16:57:59 +0200 |
commit | d91a33ad3e3b07c456a2602ea824b69e2f1b3554 (patch) | |
tree | eb9f269bf8dbe30b50ffe57e020608228d62587a /jjb/clamp | |
parent | c38ef8c27b169bceb2175f76b92ce14611280bbb (diff) |
Add step for version to release-checkstyle
Add an optional step to use maven version plugin
Change-Id: Ia174dc86fff30bd814fc4a083eda08e75bfa5378
Issue-ID: CLAMP-57
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'jjb/clamp')
-rw-r--r-- | jjb/clamp/clamp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index d5b04fecb..da9bc2548 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -10,6 +10,7 @@ - docker.pull.registry=nexus3.onap.org:10001 - docker.push.registry=nexus3.onap.org:10003 - '{project-name}-{stream}-release-java-daily-checkstyle': + setVersion: 'DoSetVersion' mvn_properties: - skipDockerBuild=true - skipDockerTag=true |