Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproduce an issue with optional dependencies of detached plugins #1677

Closed
wants to merge 1 commit into from

Conversation

basil
Copy link
Member

@basil basil commented Oct 14, 2024

Reproduced #1627 in bom with

diff --git a/bom-2.452.x/pom.xml b/bom-2.452.x/pom.xml
index e5f613b9..28aa2f51 100644
--- a/bom-2.452.x/pom.xml
+++ b/bom-2.452.x/pom.xml
@@ -10,6 +10,8 @@
   <packaging>pom</packaging>
   <properties>
     <cloudbees-folder-plugin.version>6.928.v7c780211d66e</cloudbees-folder-plugin.version>
+    <!-- TODO https://github.com/jenkinsci/git-plugin/pull/1677 -->
+    <git-plugin.version>5.6.1-rc5339.d2579e568302</git-plugin.version>
     <plugin-util-api.version>4.1.0</plugin-util-api.version>
     <subversion-plugin.version>1269.v53185011cd9f</subversion-plugin.version>
     <workflow-job-plugin.version>1400.v7fd111b_ec82f</workflow-job-plugin.version>
@@ -66,6 +68,17 @@
         <artifactId>credentials</artifactId>
         <version>1380.va_435002fa_924</version>
       </dependency>
+      <dependency>
+        <groupId>org.jenkins-ci.plugins</groupId>
+        <artifactId>git</artifactId>
+        <version>${git-plugin.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jenkins-ci.plugins</groupId>
+        <artifactId>git</artifactId>
+        <version>${git-plugin.version}</version>
+        <classifier>tests</classifier>
+      </dependency>
       <dependency>
         <groupId>org.jenkins-ci.plugins</groupId>
         <artifactId>job-dsl</artifactId>

and

LINE=2.452.x PLUGINS=pipeline-model-definition  TEST=InjectedTest bash local-test.sh

@github-actions github-actions bot added dependencies Dependency related change tests Automated test addition or improvement labels Oct 14, 2024
@basil basil changed the title Try to reproduce an issue that was encountered previously Reproduce an issue with optional dependencies of detached plugins Oct 15, 2024
@basil basil closed this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change tests Automated test addition or improvement work-in-progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant