In case a container build is needed, check out $CONTAINER_BRANCH
of ceph-container.git to use to build it
Signed-off-by: Dan Mick <dan.mick@redhat.com>
days-to-keep: 30
artifact-days-to-keep: 30
+ scm:
+ - git:
+ url: git@github.com:ceph/ceph-container.git
+ basedir: ceph-container
+ credentials-id: 'jenkins-build'
+ branches:
+ - $CONTAINER_BRANCH
+ skip-tag: true
+ wipe-workspace: true
+
execution-strategy:
combination-filter: |
DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
default: "default"
description: "Type of Ceph build, choices are: crimson, notcmalloc, default (i.e. with tcmalloc). Defaults to: 'default'"
+ - string:
+ name: CONTAINER_BRANCH
+ description: "For CI_CONTAINER: Branch of ceph-container to use"
+ default: master
+
builders:
- multijob:
name: 'ceph dev setup phase'