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

          [JENKINS-10082] deploy artifact to artifactory fails

          This is an artifactory plugin issue, should have been created in artifactory plugin

          Sorry for inconvinience

          olivier sallou added a comment - This is an artifactory plugin issue, should have been created in artifactory plugin Sorry for inconvinience

          Russ Tremain added a comment -

          Warning, this problem can also occur if Disable automatic artifact archiving is checked under Advanced... options for the maven Build section.

          Jenkins archiving must be enabled for Artifactory to pick up the artifacts and send them to the server. It is possible that the Artifactory plugin should enforce this or issue a warning at configuration time.

          Russ Tremain added a comment - Warning, this problem can also occur if Disable automatic artifact archiving is checked under Advanced... options for the maven Build section. Jenkins archiving must be enabled for Artifactory to pick up the artifacts and send them to the server. It is possible that the Artifactory plugin should enforce this or issue a warning at configuration time.

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

              Created:
              Updated:
              Resolved: