Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-47069

Downstream pipelines are not triggered when the artifact is an OSGi bundle and consumed as a jar

XMLWordPrintable

      When a SNAPSHOT artifact is built with packaging = 'bundle' (using maven-bundle-plugin), downstream pipelines that consume the artifact as a jar dependency are not triggered.

      Artifact A:

      <groupId>my.org</groupId>
      <artifactId>event-api</artifactId>
      <packaging>bundle</packaging>
       
      

      Artifact B:

      <dependency>
          <groupId>my.org</groupId>
          <artifactId>event-api</artifactId>
      </dependency>

            cleclerc Cyrille Le Clerc
            robsykes24 Robert Sykes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: