From 2b06bef6bcdeb9860aa6750156ca7aff84b140eb Mon Sep 17 00:00:00 2001 From: Nikita Tkachenko Date: Tue, 19 Mar 2024 10:44:51 +0100 Subject: [PATCH] Revert "Merge branch 'master' of github.com:jenkinsci/datadog-plugin" This reverts commit 55868c1f0c515d1b7708c79031d191f41127abcc, reversing changes made to 9a8da57e1170f63c996075ae0dce387b4504991f. --- Jenkinsfile | 6 +++--- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b6676f93..f9914cb10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,13 +1,13 @@ def comonVersion = "2.356" def recentLTS = "2.346.1" def configurations = [ - [ platform: "linux", jdk: "11", jenkins: null ], + [ platform: "linux", jdk: "8", jenkins: null ], // windows - [ platform: "windows", jdk: "11", jenkins: comonVersion ], + [ platform: "windows", jdk: "8", jenkins: comonVersion ], // java 11 [ platform: "linux", jdk: "11", jenkins: comonVersion ], // windows - [ platform: "windows", jdk: "11", jenkins: recentLTS ], + [ platform: "windows", jdk: "8", jenkins: recentLTS ], // java 11 [ platform: "linux", jdk: "11", jenkins: recentLTS ], ] diff --git a/pom.xml b/pom.xml index 9817cc77b..e9108ed97 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.78 + 4.42 @@ -19,7 +19,7 @@ hpi - 2.361.4 + 2.346.1 1.0.0 0.71.0 @@ -68,8 +68,8 @@ io.jenkins.tools.bom - bom-2.361.x - 1750.v0071fa_4c4a_e3 + bom-2.346.x + 1478.v81d3dc4f9a_43 import pom