From 7390cbac94dded26d311e261901cf6dcd5484339 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Sat, 19 Dec 2020 09:17:06 +0000 Subject: [PATCH 1/3] Refresh plugin --- pom.xml | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index d03dfc31..8c525e39 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 3.51 + 4.14 vsphere-cloud @@ -18,7 +18,7 @@ Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo A business-friendly OSS license @@ -61,27 +61,50 @@ 2.25 -SNAPSHOT 8 - 2.60.3 + 2.235.5 true + + + + io.jenkins.tools.bom + bom-2.235.x + 19 + import + pom + + + + org.jenkins-ci.plugins credentials - 2.1.2 - jar org.jenkins-ci.plugins cloudbees-folder - 5.2.2 - + + org.jenkins-ci.plugins + command-launcher + com.toastcoders yavijava 6.0.05 + + + org.apache.httpcomponents + httpclient + + + + org.projectlombok + lombok + + org.jenkins-ci.plugins @@ -91,24 +114,19 @@ org.jenkins-ci.plugins ssh-slaves - 1.15 org.jenkins-ci.plugins.workflow workflow-basic-steps - 2.0 io.jenkins configuration-as-code - 1.32 test - io.jenkins - configuration-as-code - 1.32 - tests + io.jenkins.configuration-as-code + test-harness test From 554ee5be526967240fdde2ee3b67389b113df3fc Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Sat, 19 Dec 2020 09:30:10 +0000 Subject: [PATCH 2/3] JENKINS-64357 Fix plugin on Jenkins >2.263 --- .../resources/lib/vsphere/blockWrapper.jelly | 16 ++++++++++++++++ src/main/resources/lib/vsphere/taglib | 0 .../plugins/vSphereCloud/config-inner.jelly | 6 +++--- .../vSphereCloudSlave/configure-entries.jelly | 12 ++---------- .../vSphereCloudSlaveTemplate/config.jelly | 6 +++--- .../VSphereGuestInfoProperty/config.jelly | 6 +++--- .../ReconfigureNetworkAdapters/config.jelly | 10 +++++----- .../configure-entries.jelly | 12 ++---------- 8 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 src/main/resources/lib/vsphere/blockWrapper.jelly create mode 100644 src/main/resources/lib/vsphere/taglib diff --git a/src/main/resources/lib/vsphere/blockWrapper.jelly b/src/main/resources/lib/vsphere/blockWrapper.jelly new file mode 100644 index 00000000..d43a2fe5 --- /dev/null +++ b/src/main/resources/lib/vsphere/blockWrapper.jelly @@ -0,0 +1,16 @@ + + + + + +
+ +
+
+ + + +
+
+
+
diff --git a/src/main/resources/lib/vsphere/taglib b/src/main/resources/lib/vsphere/taglib new file mode 100644 index 00000000..e69de29b diff --git a/src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly b/src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly index 7ce3d623..c248a1e0 100644 --- a/src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly +++ b/src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly @@ -1,6 +1,6 @@ - - + + -
+
diff --git a/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/configure-entries.jelly b/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/configure-entries.jelly index 9c407221..9fbf077b 100644 --- a/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/configure-entries.jelly +++ b/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/configure-entries.jelly @@ -64,11 +64,7 @@ - - - - - + @@ -86,11 +82,7 @@ - - - - - + diff --git a/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly b/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly index ab4f7095..261a2173 100644 --- a/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly +++ b/src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly @@ -1,6 +1,6 @@ - - + + @@ -133,5 +133,5 @@ -
+
diff --git a/src/main/resources/org/jenkinsci/plugins/vsphere/VSphereGuestInfoProperty/config.jelly b/src/main/resources/org/jenkinsci/plugins/vsphere/VSphereGuestInfoProperty/config.jelly index 02d8c8fd..1d8a131a 100644 --- a/src/main/resources/org/jenkinsci/plugins/vsphere/VSphereGuestInfoProperty/config.jelly +++ b/src/main/resources/org/jenkinsci/plugins/vsphere/VSphereGuestInfoProperty/config.jelly @@ -1,6 +1,6 @@ - - + + @@ -8,5 +8,5 @@ -
+
\ No newline at end of file diff --git a/src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/config.jelly b/src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/config.jelly index 000b9f06..7a2013fc 100644 --- a/src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/config.jelly +++ b/src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/config.jelly @@ -15,7 +15,7 @@ limitations under the License. --> - + ${it.getLabel()} @@ -31,18 +31,18 @@ limitations under the License. - + -
+
- + @@ -52,6 +52,6 @@ limitations under the License. -
+
diff --git a/src/main/resources/org/jenkinsci/plugins/vsphereCloudProvisionedSlave/configure-entries.jelly b/src/main/resources/org/jenkinsci/plugins/vsphereCloudProvisionedSlave/configure-entries.jelly index 0ed75678..4322334c 100644 --- a/src/main/resources/org/jenkinsci/plugins/vsphereCloudProvisionedSlave/configure-entries.jelly +++ b/src/main/resources/org/jenkinsci/plugins/vsphereCloudProvisionedSlave/configure-entries.jelly @@ -64,11 +64,7 @@ - - - - - + @@ -86,11 +82,7 @@ - - - - - + From c90ec873830288655367f626293a2be96fd3b5d6 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Tue, 22 Dec 2020 00:04:50 +0000 Subject: [PATCH 3/3] Lower jenkins.version to 2.190.x --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8c525e39..5181ccfc 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 2.25 -SNAPSHOT 8 - 2.235.5 + 2.190.1 true @@ -69,8 +69,8 @@ io.jenkins.tools.bom - bom-2.235.x - 19 + bom-2.190.x + 16 import pom