Skip to content

Commit 9a2a00a

Browse files
Move OpenShift cluster management jobs to pmm/openshift directory
- Moved all OpenShift cluster management files from cloud/jenkins to pmm/openshift - Updated script paths in YAML files to reflect new location - Aligns with organizational structure changes from PR #3504
1 parent 2a8a27d commit 9a2a00a

6 files changed

+3
-3
lines changed

cloud/jenkins/openshift-cluster-create.yml renamed to pmm/openshift/openshift-cluster-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
- "feature/openshift-shared-libraries"
165165
wipe-workspace: false
166166
lightweight-checkout: true
167-
script-path: cloud/jenkins/openshift_cluster_create.groovy
167+
script-path: pmm/openshift/openshift_cluster_create.groovy
168168

169169
concurrent: true
170170

cloud/jenkins/openshift-cluster-destroy.yml renamed to pmm/openshift/openshift-cluster-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- 'feature/openshift-shared-libraries'
4747
wipe-workspace: false
4848
lightweight-checkout: true
49-
script-path: cloud/jenkins/openshift_cluster_destroy.groovy
49+
script-path: pmm/openshift/openshift_cluster_destroy.groovy
5050

5151
concurrent: true
5252

cloud/jenkins/openshift-cluster-list.yml renamed to pmm/openshift/openshift-cluster-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
url: https://github.com/nogueiraanderson/jenkins-pipelines.git
2424
branches:
2525
- feature/openshift-shared-libraries
26-
script-path: cloud/jenkins/openshift_cluster_list.groovy
26+
script-path: pmm/openshift/openshift_cluster_list.groovy
2727
lightweight-checkout: true
2828

2929
concurrent: true
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)