From 7a3f9470bfa18041bccba451136b315fa09b11c8 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Tue, 14 Jan 2020 21:51:08 +0000 Subject: [PATCH 1/4] Upgrade to use jcasc test harness --- pom.xml | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 9af06838..be4ad2c1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jenkins-ci.plugins plugin - 3.47 + 3.55 openstack-cloud @@ -24,6 +24,7 @@ 20.0 1.3.9 3.4 + 2.10.2 @@ -34,6 +35,26 @@ + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + + + + com.github.openstack4j.core @@ -129,14 +150,14 @@ org.yaml snakeyaml - 1.23 + 1.24 org.hamcrest hamcrest-core - 1.3 + 2.2 test @@ -186,23 +207,16 @@ - configuration-as-code io.jenkins - 1.9 + configuration-as-code + 1.35 test - configuration-as-code-support io.jenkins.configuration-as-code - 1.9 - test - - - configuration-as-code - io.jenkins - 1.9 + test-harness + 1.35 test - test-jar From 2bc640f8710723e3fffce084d7808b2de7faf0f4 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Fri, 17 Jan 2020 12:05:51 +0000 Subject: [PATCH 2/4] Bump credentials to one that includes jcasc configurator --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be4ad2c1..b3830e5d 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ org.jenkins-ci.plugins credentials - 2.1.18 + 2.2.0 org.jenkins-ci.plugins From 02ecc0645498dbff85d2535cf14f35f7a417dbe7 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Fri, 17 Jan 2020 18:52:47 +0000 Subject: [PATCH 3/4] Bump jenkins version for credentials plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3830e5d..3580f1fa 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ https://github.com/jenkinsci/openstack-cloud-plugin - 2.121 + 2.138.4 8 1C false From fffbbd5da1a5d72abb36c1d0085a06866a602eaf Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Fri, 17 Jan 2020 20:21:11 +0000 Subject: [PATCH 4/4] Rerun CI