diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-06-08 15:10:19 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-06-10 23:28:54 +0200 |
commit | 3380a0fa7e10d72769bc79fe42db1f2d5a7da278 (patch) | |
tree | 78bf2b611ec02302521946122a6475f898e1a5d7 /jjb/vfc | |
parent | 24cd5f009f99d686461f6037b16c9a931624c946 (diff) |
Add template to build release docker image
The release docker image is built from artifacts in the release repo.
This job is only triggered manually by Linux foundation, when a release
needs to be built. The release builder still publishes to the staging repo.
The images is planed to be moved from staging repo to the release repo
manually.
Change-Id: I943494d6826aa8f4e9186faa8c82377aa8c5b09f
Issue-ID: VFC-728
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml index 3c8ada8ab..7a93b8b8c 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml @@ -43,6 +43,11 @@ docker_name: 'onap/vfc/nfvo/svnfm/nokiav2' docker_root: '$WORKSPACE/nokiav2/deployment' docker_registry: '$DOCKER_REGISTRY:10003' + - '{project-name}-{subproject}-{stream}-release-version-docker-no-sonar': + docker_build_args: '--build-arg MODE= --build-arg REPO=releases' + docker_name: 'onap/vfc/nfvo/svnfm/nokiav2' + docker_root: '$WORKSPACE/nokiav2/deployment' + docker_registry: '$DOCKER_REGISTRY:10003' files: 'nokiav2/**' archive-artifacts: '' build-node: ubuntu1604-docker-8c-8g |