Hi,
I am trying to create a simple artifact to share a source tree between stages. This is just a simple test to help me better understand how Bamboo works.
I have Location set to "fw_comp" which is the Checkout Directory I have configured for the Source Code Checkout task. The Copy Pattern is **/* so I expect the full fw_comp tree to be copied into the artifact.
When I run I get the following error in the log. From what I have read, the error "Unable to publish artifact" is usually followed by some kind of reason but mine is just blank. Any idea what this means? This is a fresh install of Bamboo and we are all new to this tool so I am wondering if this indicates some kind of configuration problem rather than a problem with my plan config.
Thanks,
Phil
20-May-2014 14:46:20 |
Finished task 'Check out fw_comp from head of mainline R12.X branch (master as set in Project repositories)' |
20-May-2014 14:46:20 |
Running pre-build action: VCS Version Collector |
20-May-2014 14:46:20 |
Running pre-build action: Clover Grails PreBuild Action |
20-May-2014 14:46:21 |
Running post build plugin 'Artifact Copier' |
20-May-2014 14:46:21 |
Publishing an artifact: Firmware Repository |
20-May-2014 14:46:46 |
Unable to publish artifact [Firmware Repository]: |
20-May-2014 14:46:46 |
The artifact is required for down stream Stages and Jobs, build will now fail. |
I have to say, Bamboo looks very nice when it's working - but I am appalled at this and other failures. This has been an issue since 2014 and I have a similar problem today.
I am setting Location to . and Copy pattern to * and I get the following in the logs after a successful build:
Unable to publish artifact [name]:
That's it. No explanation. 400GB+ free space as Frederik suggested could be a problem. @Matt Allen3 I would think my permissions are correct for the "." directory relative to the build working directory. I tried **, **/*, **/**, **/*.*. I also tried known directory names instead of .
I have a solution: https://jenkins.io/
These kind of useless error messages make working in bamboo very frustrating. Tailing build agent's log files to troubleshoot build errors is decidedly un-cool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found that artifact publication can fail without an error if there is not enough disk space on the server (if using local storage). You can check the "Disk space free" on the "System information" page in your Bamboo configuration.
I added an improvement request to fix this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case the solution, when finally found, was this:
I had used Artifact copy pattern "maven_*.jar". For some reason, the build was generating the .jar file without the prefix maven. So by changing copy pattern to "*.jar", the artifact was found and passed ok into downstream
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have experienced this same problem recently. For me, the solution was to check the file and folder permissions of the artifact folder on the bamboo server, and make sure that the user running the bamboo server had ownership.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Philip Rittenhouse - Did you ever find a solution to this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.