mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
ci: the "master" branch got renamed to "devel"
Closes: #1193 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
92913912ef
commit
1c2974d49e
@ -1,7 +1,7 @@
|
||||
---
|
||||
- job:
|
||||
name: build-images
|
||||
description: Build container images from the master branch.
|
||||
description: Build container images from the devel branch.
|
||||
project-type: pipeline
|
||||
concurrent: false
|
||||
properties:
|
||||
@ -13,7 +13,7 @@
|
||||
# yamllint disable rule:line-length
|
||||
dsl: |
|
||||
def GIT_REPO = 'http://github.com/ceph/ceph-csi'
|
||||
def GIT_BRANCH = 'master'
|
||||
def GIT_BRANCH = 'devel'
|
||||
node {
|
||||
stage('checkout repository') {
|
||||
git url: "${GIT_REPO}", branch: "${GIT_BRANCH}", changelog: false
|
||||
@ -43,7 +43,7 @@
|
||||
name: origin
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
branches:
|
||||
- master
|
||||
- devel
|
||||
triggers:
|
||||
- pollscm:
|
||||
cron: "H/5 * * * *"
|
||||
|
Reference in New Issue
Block a user