summaryrefslogtreecommitdiffstats
path: root/jjb/dmaap/dmaap-messagerouter-docker.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-14Remove the docker-version-java-daily job.sunil unnava1-2/+0
Both docker-version-java-daily and docker-java-daily jobs are used to release the docker image,so docker-version-java-daily job not rquired Issue-ID: DMAAP-496 Change-Id: I4fa2c5a13a43dc9c49a2216823b7e41aee3c6c8a Signed-off-by: sunil unnava <su622b@att.com>
2018-05-07Move Dmaven.test.skip param (a-e)Jessica Wagantall1-2/+4
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Change-Id: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall1-1/+0
The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add java-version for CLM projectsJessica Wagantall1-1/+2
Add java-version parameter just for CLM jobs to avoid other jobs from breaking by picking the wrong configuration. Issue-ID: CIMAN-65 Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-11Move CLM jobs to global jjbJessica Wagantall1-1/+1
Use CLM job from global-jjb Remove the local CLM job template Issue-ID: CIMAN-65 Change-Id: I0660c6b73552d2e29851f3f120c7db2698724141 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-29Remove docker image blessing for dmaapVarun Gudisena1-1/+0
Remove docker image blessing until a way to add timestamp to docker image name is found Issue-Id: DMAAP-144 Change-Id: I9182e6593f2a8b165824b539e0f22a1f1cb82b3a Signed-off-by: Varun Gudisena <vg411h@att.com>
2017-09-26Fix invalid names for DMAAP MR DockerVarun Gudisena1-3/+3
Removed extra 's' in messagerouter name Issue-Id: DMAAP-144 Change-Id: I5fe0fddea59de95f4ca1e4b64590eaa5a5dcb30c Signed-off-by: Varun Gudisena <vg411h@att.com>
2017-09-19Modified site pom and docker configVarun Gudisena1-19/+8
Changed site pom locations to root of the project and simplified docker configuration issue-id:DMAAP-139 Change-Id: I573c5ead80afdd7c8174d37b13f5a3f00576e3c6 Signed-off-by: Varun Gudisena <vg411h@att.com>
2017-09-05Fix empty white space in project-name paramJessica Wagantall1-1/+1
Change-Id: Ifb9ba3c571afcb531f4121f1f4a6d8d78222daf8 Issue-id: DMAAP-88 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-05Add jenkins template to messagerouterVarun Gudisena1-0/+34
Add new jenkins template file for messagerouter docker image Issue-id: DMAAP-88 Change-Id: If1f950feafb659ae48575cc40275b87f9be9c49f Signed-off-by: Varun Gudisena <vg411h@att.com>