Artifacts archival doesn't work, artifacts are not found by jenkins (despite being created)

3,943 views
Skip to first unread message

Jonas Thiem

unread,
Jun 13, 2013, 6:49:54 AM6/13/13
to jenkins...@googlegroups.com
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

k.thi...@comcast.net

unread,
Jun 13, 2013, 8:44:22 AM6/13/13
to jenkins...@googlegroups.com

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.


--
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 jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

William Soula

unread,
Jun 13, 2013, 9:49:33 AM6/13/13
to jenkins...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages