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

Build file is not created as finalName

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None
    • centos

      The maven pom.xml setting is as follows.

      <project>

       <artifactId>test-api</artifactId>

      <properties>
          <finalName>${project.artifactId}-${git.branch}-${git.commit.id.abbrev}</finalName>
      </properties>

      </project>

       

      The file should be created as follows.

      ex) test-api-develop-2e14ddc.war 

       

      However, on the jenkins server it would be a folder like this: 

      ex) target/test-api-origin/develop-2e14ddc.war 

       

      System information is as follows.

      -jenkins 2.245

      -Maven Integration plugin 3.7 

       

            Unassigned Unassigned
            jason88 son jeongae
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: