David DL
2014-06-23 23:11:12 UTC
Hello all,
I've got a basic build loop set up using version 2.8.4 like such: (using square brackets to prevent my email client from html-izing things.)
[project name="my_project"]
[schedule]
[exec workingdir="/home/build/my_project" command="bash" args="my_cmd"/]
[/schedule]
[publishers]
[onsuccess]
[artifactspublisher dest="/home/build/build_archive/my_project" dir="/home/build/my_project" /]
[/onsuccess]
[/publishers]
[/project]
The project builds and the artifacts are moved to the correct location.
However, even though the dashboard shows the build as "success" and the "build log" tab shows the command's output, the "Artifacts" tab remains empty.
Is there some step I need to take to inform the dashboard about the build artifacts?
Thank you,
David
I've got a basic build loop set up using version 2.8.4 like such: (using square brackets to prevent my email client from html-izing things.)
[project name="my_project"]
[schedule]
[exec workingdir="/home/build/my_project" command="bash" args="my_cmd"/]
[/schedule]
[publishers]
[onsuccess]
[artifactspublisher dest="/home/build/build_archive/my_project" dir="/home/build/my_project" /]
[/onsuccess]
[/publishers]
[/project]
The project builds and the artifacts are moved to the correct location.
However, even though the dashboard shows the build as "success" and the "build log" tab shows the command's output, the "Artifacts" tab remains empty.
Is there some step I need to take to inform the dashboard about the build artifacts?
Thank you,
David