From 07c8a9a6093ea4d531b53fc24a74fa72f39ba7c3 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 10 Jul 2023 16:27:02 -0600 Subject: [PATCH] Add `docker-commons` to the managed set (#2220) * Add authentication-tokens plugin to managed set Pin version 1.4 for 2.375.x * Add docker-commons to managed set * Test sample plugin with docker-commons * Test with incremental 431.vef5777319e6b_ * Use docker commons 434.v3dc53576ec32 Thanks @jglick! * Test docker-commons incremetal with test fix https://github.com/jenkinsci/docker-commons-plugin/pull/140 adapts the docker-commons test to the UI improvement in Jenkins 2.413 and makes it more resilient in case there are future changes in that area. * Use docker commons 434.v3dc53576ec32 release * Revert "Use docker commons 434.v3dc53576ec32 release" The release does not include the test fix that is proposed in https://github.com/jenkinsci/docker-commons-plugin/pull/140 This reverts commit 077a294afcbf6c28b03ee161bf6b7cc92f943ae0. * Use docker-commons 439.va_3cb_0a_6a_fb_29 https://github.com/jenkinsci/docker-commons-plugin/pull/140 fixes the test issue on Jenkins 2.413 and later. --------- Co-authored-by: Basil Crow --- bom-weekly/pom.xml | 5 +++++ sample-plugin/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 68e9f5e15..fb3b3c7b3 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -359,6 +359,11 @@ display-url-api 2.3.7 + + org.jenkins-ci.plugins + docker-commons + 439.va_3cb_0a_6a_fb_29 + org.jenkins-ci.plugins docker-java-api diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 76e8800cb..106a01556 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -280,6 +280,11 @@ dashboard-view test + + org.jenkins-ci.plugins + docker-commons + test + org.jenkins-ci.plugins docker-java-api