diff options
author | 2017-10-17 13:46:51 +0200 | |
---|---|---|
committer | 2017-10-17 14:15:07 +0200 | |
commit | cda1797958962a45ddd0b0a52209f1ccb583e271 (patch) | |
tree | 6c9dd89db07ee2c30480e379cf6c889ae07dbcc3 /jjb/clamp | |
parent | 772d2fc0431979e2eb85e0cf04c3cc6c437df45e (diff) |
Add step for version to docker java properties
Add an optional step to use maven version plugin
Issue-ID: CLAMP-57
Change-Id: I1d71183b98ae37c7e519b0e2c41c76c647b2e3f6
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 da9bc2548..746caa0ea 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -16,6 +16,7 @@ - skipDockerTag=true - skipDockerPush=true - '{project-name}-{stream}-docker-java-properties-daily': + setVersion: 'DoSetVersion' docker-pom: 'pom.xml' mvn-profile: 'docker' maven-properties: | |