I just checked out your workspace link and only see a Deps folder with the artifact being down in some levels. You could just make this your archive artifact pattern to get blitwizard anywhere in the directory tree: **/blitwizard-*
Will On 06/13/13 07:44, [email protected]<mailto:[email protected]> wrote: I'm not sure if the wild card is supported this way. I have only ever just done something like *.exe or *.msi, but that is just me... Have you tried listing them out completely to see if they even archive then? You could try just doing * and then use the advanced option to exclude the Deps and Platform folders. ________________________________ From: "Jonas Thiem" <[email protected]><mailto:[email protected]> To: [email protected]<mailto:[email protected]> Sent: Thursday, June 13, 2013 5:49:54 AM Subject: Artifacts archival doesn't work, artifacts are not found by jenkins (despite being created) Hi, Can someone tell why artifact archival doesn't work for me? This is the output I get: Build complete Archiving artifacts ERROR: No artifacts found that match the file pattern "blitwizard-*". Configuration error? ERROR: 'blitwizard-*' doesn't match anything Build step 'Archive the artifacts' changed build result to FAILURE Finished: FAILURE Artifacts are there: root@blubber:/home/jenkins# ls /var/lib/jenkins/jobs/blitwizard/workspace/ blitwizard-linux-bare-x86_64-debian64 Deps Platform root@blubber:/home/jenkins# Also see here: http://www.blitwizard.de/jenkins/job/blitwizard/ws/ (artifacts are supposed to be the blitwizard-* binaries you can see there) Should they be in another place? Why does Jenkins refuse to archive them? Would they need to be a .zip file maybe? Any help appreciated! Regards, Jonas Thiem -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
