2020-04-01 11:44:38 +00:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: jjb-validate
|
|
|
|
project-type: pipeline
|
2020-10-23 07:03:23 +00:00
|
|
|
concurrent: false
|
2020-11-01 11:31:05 +00:00
|
|
|
parameters:
|
|
|
|
- string:
|
|
|
|
name: GIT_REPO
|
|
|
|
default: http://github.com/ceph/ceph-csi
|
|
|
|
description: The git repo url
|
|
|
|
- string:
|
|
|
|
name: GIT_BRANCH
|
|
|
|
default: ci/centos
|
|
|
|
description: The git branch
|
2020-05-26 15:46:00 +00:00
|
|
|
properties:
|
|
|
|
- github:
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
- build-discarder:
|
|
|
|
days-to-keep: 7
|
|
|
|
artifact-days-to-keep: 7
|
2024-01-31 08:52:31 +00:00
|
|
|
pipeline-scm:
|
|
|
|
scm:
|
2024-01-31 09:31:01 +00:00
|
|
|
- git:
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
|
|
|
- ci/centos
|
2024-01-31 08:52:31 +00:00
|
|
|
script-path: jjb-validate.groovy
|
|
|
|
lightweight-checkout: false
|
2020-04-01 11:44:38 +00:00
|
|
|
triggers:
|
|
|
|
- github-pull-request:
|
2024-05-29 14:46:43 +00:00
|
|
|
status-url: $RUN_DISPLAY_URL
|
2020-05-26 15:46:00 +00:00
|
|
|
status-context: ci/centos/jjb-validate
|
2020-11-01 11:31:05 +00:00
|
|
|
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
|
2020-05-28 16:21:37 +00:00
|
|
|
permit-all: true
|
2020-08-17 07:28:01 +00:00
|
|
|
github-hooks: true
|
2020-05-26 15:46:00 +00:00
|
|
|
white-list-target-branches:
|
|
|
|
- ci/centos
|
2020-04-01 11:44:38 +00:00
|
|
|
org-list:
|
2020-05-26 15:12:36 +00:00
|
|
|
- ceph
|
2020-08-10 11:44:02 +00:00
|
|
|
allow-whitelist-orgs-as-admins: true
|