Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion bundle/bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: "1"
version: "1"
version: "2"
id: "cbcauthen-casc-workshop-dev-ops-controller"
description: "CloudBees CI configuration bundle for the cbcauthen-casc-workshop-dev ops-controller Controller"
availabilityPattern: "cloudbees-ci-casc-workshop/cbcauthen-casc-workshop-dev/ops-controller"
Expand All @@ -9,3 +9,5 @@ plugins:
- "plugins.yaml"
items:
- "items.yaml"
catalog:
- "plugin-catalog.yaml"
8 changes: 8 additions & 0 deletions bundle/items.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ removeStrategy:
items: NONE
items:
- kind: folder
displayName: controller-jobs
name: controller-jobs
properties:
- itemRestrictions:
allowedTypes:
- org.jenkinsci.plugins.workflow.job.WorkflowJob
- jenkins.branch.OrganizationFolder
- org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject
filter: true
items:
- kind: organizationFolder
name: controller-casc-update
Expand Down
4 changes: 2 additions & 2 deletions bundle/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jenkins:
- key: "BUNDLE_ID"
value: "${CASC_BUNDLE_ID}"
quietPeriod: 0
systemMessage: 'Jenkins configured using CloudBees CI CasC v1'
systemMessage: 'Jenkins configured using CloudBees CI CasC v2'
notificationConfiguration:
enabled: true
router: "operationsCenter"
Expand Down Expand Up @@ -41,7 +41,7 @@ unclassified:
repoOwner: "${GITHUB_ORGANIZATION}"
repository: "pipeline-library"
headerLabel:
text: "${GITHUB_APP}-bundle-v1"
text: "${GITHUB_APP}-bundle-v2"
credentials:
system:
domainCredentials:
Expand Down
9 changes: 9 additions & 0 deletions bundle/plugin-catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: plugin-catalog
version: '1'
name: ops-controller
displayName: Autogenerated catalog from ops-controller
configurations:
- description: Exported plugins
includePlugins:
pipeline-utility-steps:
version: 2.15.0
1 change: 1 addition & 0 deletions bundle/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ plugins:
- id: workflow-aggregator
- id: workflow-cps-checkpoint
# non-cap plugins
- id: pipeline-utility-steps