-
Bug
-
Resolution: Not A Defect
-
Major
-
None
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
- duplicates
-
JENKINS-10021 Can't deploy artifact on Artifactory (2)
-
- Open
-
-
JENKINS-9269 Regression: Can't deploy artifact on Artifactory
-
- Closed
-
- links to
This is an artifactory plugin issue, should have been created in artifactory plugin
Sorry for inconvinience