Plan runs successful, artifact created, but
"No artifacts have been found for this build result."
is the message on the Artifacts tab.
In the error log:
19-Sep-2017 09:37:45Unable to publish artifact [Latest JAR]: the source directory /var/atlassian/application-data/bamboo/xml-data/build-dir/POTCLIENTMODULE-POTCLIENTMODULEPILOT-JOB1/build/libs/release does not exist.
The missing directory existed before running the plan, but after running it was disappeared.
How to fix this?
In the plan we have one stage with one default job. The job includes two tasks, source code checkout and gradle. The source code checkout directory can be specified in the source code checkout configuration. The working directory cna be specified within the Gradle configuration. The location can be specified in the Artifact definition. The entered path in each configurations should be the same directory to avoid the error. For default location the path is not needed to define, so the fields in each configurations can be left empty.
Hi Jozsef,
So this is showing us the source directory doesn't exist, so was it possibly cleaned up during the build run.
A build log might help to see what happened there. If you can re-create the issue please do so and post the log snippet from the time you reproduced the issue.
If you cannot take a look at the logs from the time the build occurred and see if there are any clues. If nothing jumps out at you please post the log snippet here and we'll take a look.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Branden thank you for the suggestion, we already checked the logs, I described the solution below, which worked for us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.