summaryrefslogtreecommitdiffstats
path: root/jjb/cli/cli.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/cli/cli.yaml')
-rw-r--r--jjb/cli/cli.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml
index 66e707b35..d7685b963 100644
--- a/jjb/cli/cli.yaml
+++ b/jjb/cli/cli.yaml
@@ -11,13 +11,18 @@
- '{project-name}-{stream}-stage-site-java':
site-pom: 'pom.xml'
trigger-job: '{project-name}-{stream}-release-version-java-daily'
+ - '{project-name}-{stream}-docker-version-java-daily':
+ docker-pom: 'pom.xml'
+ mvn-profile: 'docker'
+ maven-properties: |
+ skip.docker.build=false
+ skip.docker.tag=false
+ skip.docker.push=false
project: 'cli'
stream:
- 'master':
branch: 'master'
- - 'release-1.0.0':
- branch: 'release-1.0.0'
mvn-settings: 'cli-settings'
files: '**'
archive-artifacts: ''