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

deploy artifact to artifactory fails

XMLWordPrintable

      After an upgrade from Hudson to Jenkins, I have an issue with artifactory deploy.
      When I run my build everything is fine 'till artifact deployement.

      There is a file not found issue (see logs below).
      The file is present (I checked) but there is an issue with path name:
      It seems that path to module org.irisa.genouest.tools$readseq fails due to the "$" char. Indeed, a ls command require a backslash in front of the dollar sign. Could be same kind of issue with the artifactory plugin.

      [JENKINS] Archiving /opt/hudson/data/hudson-home/jobs/ReadSeq/workspace/readseq/pom.xml to /opt/hudson/data/hudson-home/jobs/ReadSeq/modules/org.irisa.genouest.tools$readseq/builds/2011-06-23_11-10-04/archive/org.irisa.genouest.tools/readseq/2.1.11/readseq-2.1.11.pom
      [JENKINS] Archiving /opt/hudson/data/hudson-home/jobs/ReadSeq/workspace/readseq/target/readseq-2.1.11.jar to /opt/hudson/data/hudson-home/jobs/ReadSeq/modules/org.irisa.genouest.tools$readseq/builds/2011-06-23_11-10-04/archive/org.irisa.genouest.tools/readseq/2.1.11/readseq-2.1.11.jar
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESSFUL
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 17 seconds
      [INFO] Finished at: Thu Jun 23 11:10:25 CEST 2011
      [INFO] Final Memory: 21M/139M
      [INFO] ------------------------------------------------------------------------
      channel stopped
      Deploying artifacts to http://maven.irisa.fr/artifactory
      Deploying artifacts of module: org.irisa.genouest.tools:readseq
      Deploying artifact: http://maven.irisa.fr/artifactory/genouest-public-release/org/irisa/genouest/tools/readseq/2.1.11/readseq-2.1.11.jar
      ERROR: Archived artifact is missing: /opt/hudson/data/hudson-home/jobs/ReadSeq/modules/org.irisa.genouest.tools$readseq/builds/2011-06-23_11-10-04/archive/org.irisa.genouest.tools/readseq/2.1.11/pom.xml
      java.io.FileNotFoundException: Archived artifact is missing: /opt/hudson/data/hudson-home/jobs/ReadSeq/modules/org.irisa.genouest.tools$readseq/builds/2011-06-23_11-10-04/archive/org.irisa.genouest.tools/readseq/2.1.11/pom.xml

            gbois Gregory Boissinot
            osallou olivier sallou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: