From 3828f4b10484afcd37a052aba8cee49c7cca6321 Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 13:18:31 -0400 Subject: [PATCH 1/8] test --- bundle-4/bundle.yaml | 10 ++-- bundle-4/items.yaml | 3 ++ bundle-4/plugins.yaml | 122 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+), 3 deletions(-) create mode 100644 bundle-4/items.yaml create mode 100644 bundle-4/plugins.yaml diff --git a/bundle-4/bundle.yaml b/bundle-4/bundle.yaml index 298c2e1..df7783e 100644 --- a/bundle-4/bundle.yaml +++ b/bundle-4/bundle.yaml @@ -1,4 +1,8 @@ apiVersion: "1" -version: "2" -id: "orphan" -description: "new bundle with no inheritance" +id: "jenkins" +description: "Autogenerated bundle descriptor" +version: "5" +plugins: + - "plugins.yaml" +items: + - "items.yaml" diff --git a/bundle-4/items.yaml b/bundle-4/items.yaml new file mode 100644 index 0000000..920537a --- /dev/null +++ b/bundle-4/items.yaml @@ -0,0 +1,3 @@ +removeStrategy: + rbac: SYNC + items: REMOVE-ALL diff --git a/bundle-4/plugins.yaml b/bundle-4/plugins.yaml new file mode 100644 index 0000000..58d8706 --- /dev/null +++ b/bundle-4/plugins.yaml @@ -0,0 +1,122 @@ +plugins: +- id: apache-httpcomponents-client-4-api +- id: aws-credentials +- id: aws-java-sdk-ec2 +- id: aws-java-sdk-minimal +- id: blueocean-commons +- id: bootstrap5-api +- id: bouncycastle-api +- id: branch-api +- id: caffeine-api +- id: checks-api +- id: cloudbees-administrative-monitors +- id: cloudbees-analytics +- id: cloudbees-assurance +- id: cloudbees-blueocean-default-theme +- id: cloudbees-casc-client +- id: cloudbees-casc-items-api +- id: cloudbees-casc-items-commons +- id: cloudbees-casc-items-controller +- id: cloudbees-folder +- id: cloudbees-folders-plus +- id: cloudbees-github-reporting +- id: cloudbees-groovy-view +- id: cloudbees-ha +- id: cloudbees-jenkins-advisor +- id: cloudbees-license +- id: cloudbees-monitoring +- id: cloudbees-nodes-plus +- id: cloudbees-platform-common +- id: cloudbees-platform-data +- id: cloudbees-plugin-usage +- id: cloudbees-ssh-slaves +- id: cloudbees-support +- id: cloudbees-template +- id: cloudbees-uc-data-api +- id: cloudbees-unified-ui +- id: cloudbees-view-creation-filter +- id: cloudbees-workflow-template +- id: cloudbees-workflow-ui +- id: command-launcher +- id: commons-lang3-api +- id: commons-text-api +- id: credentials +- id: credentials-binding +- id: display-url-api +- id: durable-task +- id: echarts-api +- id: email-ext +- id: font-awesome-api +- id: git +- id: git-client +- id: github +- id: github-api +- id: github-branch-source +- id: gradle +- id: handy-uri-templates-2-api +- id: infradna-backup +- id: instance-identity +- id: ionicons-api +- id: jackson2-api +- id: jakarta-activation-api +- id: jakarta-mail-api +- id: javax-activation-api +- id: javax-mail-api +- id: jaxb +- id: jdk-tool +- id: jjwt-api +- id: jquery3-api +- id: junit +- id: ldap +- id: mailer +- id: mapdb-api +- id: matrix-project +- id: metrics +- id: mina-sshd-api-common +- id: mina-sshd-api-core +- id: mina-sshd-api-scp +- id: mina-sshd-api-sftp +- id: nectar-license +- id: nectar-rbac +- id: node-iterator-api +- id: okhttp-api +- id: operations-center-agent +- id: operations-center-client +- id: operations-center-cloud +- id: operations-center-context +- id: pipeline-build-step +- id: pipeline-graph-analysis +- id: pipeline-groovy-lib +- id: pipeline-input-step +- id: pipeline-milestone-step +- id: pipeline-model-api +- id: pipeline-model-definition +- id: pipeline-model-extensions +- id: pipeline-rest-api +- id: pipeline-stage-step +- id: pipeline-stage-tags-metadata +- id: pipeline-stage-view +- id: plain-credentials +- id: plugin-util-api +- id: scm-api +- id: script-security +- id: snakeyaml-api +- id: ssh-credentials +- id: sshd +- id: structs +- id: support-core +- id: token-macro +- id: trilead-api +- id: user-activity-monitoring +- id: variant +- id: workflow-aggregator +- id: workflow-api +- id: workflow-basic-steps +- id: workflow-cps +- id: workflow-cps-checkpoint +- id: workflow-durable-task-step +- id: workflow-job +- id: workflow-multibranch +- id: workflow-scm-step +- id: workflow-step-api +- id: workflow-support From 690575096c77179d3235a7267f311504b454f1af Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 14:38:40 -0400 Subject: [PATCH 2/8] make it special --- {bundle-4 => BEE-32504}/bundle.yaml | 0 {bundle-4 => BEE-32504}/items.yaml | 0 {bundle-4 => BEE-32504}/plugins.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {bundle-4 => BEE-32504}/bundle.yaml (100%) rename {bundle-4 => BEE-32504}/items.yaml (100%) rename {bundle-4 => BEE-32504}/plugins.yaml (100%) diff --git a/bundle-4/bundle.yaml b/BEE-32504/bundle.yaml similarity index 100% rename from bundle-4/bundle.yaml rename to BEE-32504/bundle.yaml diff --git a/bundle-4/items.yaml b/BEE-32504/items.yaml similarity index 100% rename from bundle-4/items.yaml rename to BEE-32504/items.yaml diff --git a/bundle-4/plugins.yaml b/BEE-32504/plugins.yaml similarity index 100% rename from bundle-4/plugins.yaml rename to BEE-32504/plugins.yaml From 9c4c5e28161850906d99a63fedd6b84f6c903cb4 Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 15:10:41 -0400 Subject: [PATCH 3/8] break --- BEE-32504/items.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/BEE-32504/items.yaml b/BEE-32504/items.yaml index 920537a..9bcc0ae 100644 --- a/BEE-32504/items.yaml +++ b/BEE-32504/items.yaml @@ -1,3 +1,4 @@ removeStrategy: rbac: SYNC items: REMOVE-ALL +mike From a7be99b36e0d86dc1c202d7b2f09cc45079067da Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 15:14:38 -0400 Subject: [PATCH 4/8] fix it --- BEE-32504/items.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/BEE-32504/items.yaml b/BEE-32504/items.yaml index 9bcc0ae..920537a 100644 --- a/BEE-32504/items.yaml +++ b/BEE-32504/items.yaml @@ -1,4 +1,3 @@ removeStrategy: rbac: SYNC items: REMOVE-ALL -mike From 0a60428bd62fe3b93cdd834ccc55b16c723ef27d Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 15:19:13 -0400 Subject: [PATCH 5/8] break --- BEE-32504/items.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/BEE-32504/items.yaml b/BEE-32504/items.yaml index 920537a..724509b 100644 --- a/BEE-32504/items.yaml +++ b/BEE-32504/items.yaml @@ -1,3 +1,4 @@ removeStrategy: rbac: SYNC items: REMOVE-ALL + mike From cca6e20a128e0b642203f184b7280cb750caab67 Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 15:20:08 -0400 Subject: [PATCH 6/8] fix --- BEE-32504/items.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BEE-32504/items.yaml b/BEE-32504/items.yaml index 724509b..372a43b 100644 --- a/BEE-32504/items.yaml +++ b/BEE-32504/items.yaml @@ -1,4 +1,4 @@ removeStrategy: rbac: SYNC items: REMOVE-ALL - mike + From 43d22e8f62124d0578e1a7f071807f5b1a0b4777 Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 16:20:46 -0400 Subject: [PATCH 7/8] sdfsdf --- BEE-32504/items.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BEE-32504/items.yaml b/BEE-32504/items.yaml index 372a43b..9bcc0ae 100644 --- a/BEE-32504/items.yaml +++ b/BEE-32504/items.yaml @@ -1,4 +1,4 @@ removeStrategy: rbac: SYNC items: REMOVE-ALL - +mike From e391ed2779572cc3fd28ba71c51ce374b12802cf Mon Sep 17 00:00:00 2001 From: mike cirioli Date: Mon, 10 Apr 2023 16:23:09 -0400 Subject: [PATCH 8/8] sdfsdf --- BEE-32504/bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BEE-32504/bundle.yaml b/BEE-32504/bundle.yaml index df7783e..b2a00c0 100644 --- a/BEE-32504/bundle.yaml +++ b/BEE-32504/bundle.yaml @@ -1,7 +1,7 @@ apiVersion: "1" id: "jenkins" description: "Autogenerated bundle descriptor" -version: "5" +version: "6" plugins: - "plugins.yaml" items: