summaryrefslogtreecommitdiffstats
path: root/jjb/optf/optf-has.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-08-03 07:04:33 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-08-07 16:56:51 -0700
commite8c241b081e8d79107a9c2e749949400069b5a90 (patch)
treebd561bfda1ccac81b783f4d78b9a4904787d18c4 /jjb/optf/optf-has.yaml
parent35b36e4f678a5853f4b0a689723c989b741256e2 (diff)
Docker jobs for OOF with dedicated node.
Used by optf-osdf and optf-has projects to build and push docker images. Builds the docker images from script. Uses dedicated docker build node. Change-Id: I735034d022981d2bb89db8994d1c995efa428919 Issue-ID: OPTFRA-287 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'jjb/optf/optf-has.yaml')
-rw-r--r--jjb/optf/optf-has.yaml31
1 files changed, 28 insertions, 3 deletions
diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml
index 60e984e1d..ffca9ef94 100644
--- a/jjb/optf/optf-has.yaml
+++ b/jjb/optf/optf-has.yaml
@@ -21,14 +21,39 @@
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-{subproject}-merge-java'
- '{project-name}-{stream}-{subproject}-release-version-java-daily'
+ files: '**'
+ archive-artifacts: ''
+ build-node: 'ubuntu1604-builder-4c-4g'
+
+- project:
+ name: optf-has-docker
+ project-name: 'optf-has'
+ project: 'optf/has'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'beijing':
+ branch: 'beijing'
+ mvn-settings: 'optf-has-settings'
+ subproject:
+ - 'conductor':
+ path: 'conductor'
+ pattern: 'conductor/**'
+ pom: 'pom.xml'
+ jobs:
- '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily':
docker-pom: 'pom.xml'
mvn-goals: 'install'
+ mvn-params: '-Dmaven.test.skip=true'
script:
!include-raw-escape: 'build-optf-has-docker-image.sh'
- files: '**'
- archive-artifacts: ''
- build-node: 'ubuntu1604-builder-4c-4g'
+ - '{project-name}-{stream}-{subproject}-docker-java-shell-daily':
+ docker-pom: 'pom.xml'
+ mvn-goals: 'install'
+ mvn-params: '-Dmaven.test.skip=true'
+ script:
+ !include-raw-escape: 'build-optf-has-docker-image.sh'
+ build-node: queue-docker-4c-4g
- project:
name: optf-has-sonar