Skip to content

Commit 64a4aaf

Browse files
authored
CBCI Master Provisioning CasC sample is updated
Based on the release notes of 2.235.4.1[1] the structure has changed, so the sample needs to be updated to still be compatible with 2.235.4.1 and newer. I didn't test it personally but a customer on support case 189652 had an error because of this change and once I suggest modification like this they resolved the problem. 1: https://docs.cloudbees.com/docs/release-notes/latest/cloudbees-ci/modern-cloud-platforms/2.235.4.1#_feature_enhancements
1 parent ee8f462 commit 64a4aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbees-ci/configuration-as-code-examples/cloud-platform-master-provisioning-plugin/configuration-as-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
unclassified:
1+
masterProvisioning:
22
dockerImageDefinitionConfiguration:
33
images:
44
- imageTag: "cloudbees/cloudbees-core-mm"
55
name: "latest"
6-
kubernetesMasterProvisioning:
6+
kubernetes:
77
clusterEndpoints:
88
- id: "default"
99
jenkinsUrl: "http://host.docker.internal:8080/jenkins"

0 commit comments

Comments
 (0)