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

missing build artifacts

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Hudson ver. 1.355
      Red Hat Enterprise Linux ES release 4 (Nahant Update 7)
      java version "1.6.0_12"
      Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
      Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)


      My hudson project recently stopped to archive all the build artifacts. I can see all the artifacts are build in workspace directory, but when looking at the project page only couple of them are visible.

      Full project configuration is cited below, as can be seen the build aritfacts configured are:

      syp-parent/syp-lib/lynx1-audit/lynx1-audit-ear/target/lynx1-audit.ear,syp-parent/syp-lib/report-producer/report-producer-ear/target/report-producer.ear,syp-parent/syp-lib/auth/auth-web/target/auth-web.war,syp-parent/syp-lib/lynx-extract/lynx-extract-ui-test/target/lynx-extract-ui-test.war,syp-parent/syp-lib/rich-screen/rich-screen-web/target/rich-screen-web.war,syp-parent/syp-lib/resources/target/resources.war,syp-parent/casePrep/casePrep/target/casePrep.war,syp-parent/casePrep/doc-repo/doc-repo-ws/target/doc-repo-ws.war,syp-parent/ois2/target/ois2.war,syp-parent/casePrep/case-remote-interface/case-remote-interface-ear/target/case-remote-interface-ear.ear,syp-parent/syp-lib/court-diary/court-diary-ear/target/court-diary-ear.ear,syp-parent/casePrep/case-prep-ear/target/case-prep-ear.ear,syp-parent/mip/mip-ws/target/mip-ws.war,syp-parent/sypap-ws-sts/target/sypap-ws-sts.war,syp-parent/system-admin/target/system-admin.war
      

      I can see all those files exists:

      ls -l  $( echo 'syp-parent/syp-lib/lynx1-audit/lynx1-audit-ear/target/lynx1-audit.ear,syp-parent/syp-lib/report-producer/report-producer-ear/target/report-producer.ear,syp-parent/syp-lib/auth/auth-web/target/auth-web.war,syp-parent/syp-lib/lynx-extract/lynx-extract-ui-test/target/lynx-extract-ui-test.war,syp-parent/syp-lib/rich-screen/rich-screen-web/target/rich-screen-web.war,syp-parent/syp-lib/resources/target/resources.war,syp-parent/casePrep/casePrep/target/casePrep.war,syp-parent/casePrep/doc-repo/doc-repo-ws/target/doc-repo-ws.war,syp-parent/ois2/target/ois2.war,syp-parent/casePrep/case-remote-interface/case-remote-interface-ear/target/case-remote-interface-ear.ear,syp-parent/syp-lib/court-diary/court-diary-ear/target/court-diary-ear.ear,syp-parent/casePrep/case-prep-ear/target/case-prep-ear.ear,syp-parent/mip/mip-ws/target/mip-ws.war,syp-parent/sypap-ws-sts/target/sypap-ws-sts.war,syp-parent/system-admin/target/system-admin.war' | tr ',' ' ') 
      -rw-r--r--  1 huds huds 38947225 Apr 27 11:44 syp-parent/casePrep/case-prep-ear/target/case-prep-ear.ear
      -rw-r--r--  1 huds huds 32756047 Apr 27 11:43 syp-parent/casePrep/casePrep/target/casePrep.war
      -rw-r--r--  1 huds huds 20265084 Apr 27 11:44 syp-parent/casePrep/case-remote-interface/case-remote-interface-ear/target/case-remote-interface-ear.ear
      -rw-r--r--  1 huds huds 22901259 Apr 27 11:44 syp-parent/casePrep/doc-repo/doc-repo-ws/target/doc-repo-ws.war
      -rw-r--r--  1 huds huds 27259303 Apr 27 11:45 syp-parent/mip/mip-ws/target/mip-ws.war
      -rw-r--r--  1 huds huds 45235582 Apr 27 11:45 syp-parent/ois2/target/ois2.war
      -rw-r--r--  1 huds huds  1265752 Apr 27 11:45 syp-parent/sypap-ws-sts/target/sypap-ws-sts.war
      -rw-r--r--  1 huds huds 11917076 Apr 27 11:37 syp-parent/syp-lib/auth/auth-web/target/auth-web.war
      -rw-r--r--  1 huds huds 26399563 Apr 27 11:42 syp-parent/syp-lib/court-diary/court-diary-ear/target/court-diary-ear.ear
      -rw-r--r--  1 huds huds 19781865 Apr 27 11:37 syp-parent/syp-lib/lynx1-audit/lynx1-audit-ear/target/lynx1-audit.ear
      -rw-r--r--  1 huds huds 24909060 Apr 27 11:38 syp-parent/syp-lib/lynx-extract/lynx-extract-ui-test/target/lynx-extract-ui-test.war
      -rw-r--r--  1 huds huds 19267891 Apr 27 11:41 syp-parent/syp-lib/report-producer/report-producer-ear/target/report-producer.ear
      -rw-r--r--  1 huds huds   107225 Apr 27 11:41 syp-parent/syp-lib/resources/target/resources.war
      -rw-r--r--  1 huds huds  7813888 Apr 27 11:36 syp-parent/syp-lib/rich-screen/rich-screen-web/target/rich-screen-web.war
      -rw-r--r--  1 huds huds 34725471 Apr 27 11:46 syp-parent/system-admin/target/system-admin.war
      

      but then when I open project page I can see only:

      Build Artifacts
      case-prep-ear.ear 
      case-remote-interface-ear.ear 
      casePrep.war 
      doc-repo-ws.war 
      mip-ws.war 
      ois2.war 
      auth-web.war 
      court-diary-ear.ear 
      lynx-extract-ui-test.war 
      lynx1-audit.ear 
      report-producer.ear 
      

      the following ones are missing:

      • sypap-ws-sts.war
      • resources.war
      • rich-screen-web.war
      • system-admin.war

      Can't see anything wrong with the project configuration, disks are far from being full, there is nothing wrong reported in the hudson.log
      Can you help please?

      The project configuration file:

      <?xml version='1.0' encoding='UTF-8'?>
      <maven2-moduleset>
        <actions/>
        <description>Root parent POM for project.</description>
        <logRotator>
          <daysToKeep>-1</daysToKeep>
          <numToKeep>5</numToKeep>
          <artifactDaysToKeep>-1</artifactDaysToKeep>
          <artifactNumToKeep>-1</artifactNumToKeep>
        </logRotator>
        <keepDependencies>false</keepDependencies>
        <properties/>
        <scm class="hudson.scm.SubversionSCM">
          <locations>
            <hudson.scm.SubversionSCM_-ModuleLocation>
              <remote>http://nssubversion02u.syp.southyorks.police.uk/sub/SYP/trunk/java/syp-parent</remote>
              <local>syp-parent</local>
            </hudson.scm.SubversionSCM_-ModuleLocation>
          </locations>
          <useUpdate>true</useUpdate>
          <doRevert>false</doRevert>
          <excludedRegions></excludedRegions>
          <includedRegions></includedRegions>
          <excludedUsers></excludedUsers>
          <excludedRevprop></excludedRevprop>
          <excludedCommitMessages></excludedCommitMessages>
        </scm>
        <canRoam>true</canRoam>
        <disabled>false</disabled>
        <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
        <triggers class="vector">
          <hudson.triggers.SCMTrigger>
            <spec>*/15 * * * *</spec>
          </hudson.triggers.SCMTrigger>
        </triggers>
        <concurrentBuild>false</concurrentBuild>
        <rootModule>
          <groupId>uk.police.syp.syp-parent</groupId>
          <artifactId>syp-parent</artifactId>
        </rootModule>
        <goals>clean install</goals>
        <mavenOpts>-Xmx512M -XX:MaxPermSize=512M</mavenOpts>
        <aggregatorStyleBuild>true</aggregatorStyleBuild>
        <incrementalBuild>false</incrementalBuild>
        <usePrivateRepository>false</usePrivateRepository>
        <ignoreUpstremChanges>false</ignoreUpstremChanges>
        <archivingDisabled>false</archivingDisabled>
        <reporters>
          <hudson.plugins.findbugs.FindBugsReporter>
            <threshold></threshold>
            <failureThreshold></failureThreshold>
            <newFailureThreshold></newFailureThreshold>
            <newThreshold></newThreshold>
            <healthy></healthy>
            <unHealthy></unHealthy>
            <pluginName>[FINDBUGS] </pluginName>
            <thresholdLimit>low</thresholdLimit>
          </hudson.plugins.findbugs.FindBugsReporter>
          <hudson.maven.reporters.MavenMailer>
            <recipients>ISD_DEVELOPMENT_JAVA</recipients>
            <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
            <sendToIndividuals>false</sendToIndividuals>
          </hudson.maven.reporters.MavenMailer>
        </reporters>
        <publishers>
          <hudson.tasks.ArtifactArchiver>
            <artifacts>syp-parent/syp-lib/lynx1-audit/lynx1-audit-ear/target/lynx1-audit.ear,syp-parent/syp-lib/report-producer/report-producer-ear/target/report-producer.ear,syp-parent/syp-lib/auth/auth-web/target/auth-web.war,syp-parent/syp-lib/lynx-extract/lynx-extract-ui-test/target/lynx-extract-ui-test.war,syp-parent/syp-lib/rich-screen/rich-screen-web/target/rich-screen-web.war,syp-parent/syp-lib/resources/target/resources.war,syp-parent/casePrep/casePrep/target/casePrep.war,syp-parent/casePrep/doc-repo/doc-repo-ws/target/doc-repo-ws.war,syp-parent/ois2/target/ois2.war,syp-parent/casePrep/case-remote-interface/case-remote-interface-ear/target/case-remote-interface-ear.ear,syp-parent/syp-lib/court-diary/court-diary-ear/target/court-diary-ear.ear,syp-parent/casePrep/case-prep-ear/target/case-prep-ear.ear,syp-parent/mip/mip-ws/target/mip-ws.war,syp-parent/sypap-ws-sts/target/sypap-ws-sts.war,syp-parent/system-admin/target/system-admin.war</artifacts>
            <latestOnly>false</latestOnly>
          </hudson.tasks.ArtifactArchiver>
          <hudson.tasks.test.AggregatedTestResultPublisher/>
        </publishers>
        <buildWrappers/>
      </maven2-moduleset>
      

            mindless Alan Harder
            swiety swiety
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: