As an example, I made the Gem-fink jenkins build post the binaries to auto-build.puredata.info:
http://autobuild.puredata.info/auto-build/2013-02-06/
.hc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-02-07 05:34, Hans-Christoph Steiner wrote:
As an example, I made the Gem-fink jenkins build post the binaries to auto-build.puredata.info:
hmm, would it be possible to only upload a zip-file that is named after the build-host and put all those zipfiles into a single folder? something like: .../2013-02-06/Gem/gem-macosx105-powerpc.zip
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 02/07/2013 03:29 AM, IOhannes m zmoelnig wrote:
On 2013-02-07 05:34, Hans-Christoph Steiner wrote:
As an example, I made the Gem-fink jenkins build post the binaries to auto-build.puredata.info:
hmm, would it be possible to only upload a zip-file that is named after the build-host and put all those zipfiles into a single folder? something like: .../2013-02-06/Gem/gem-macosx105-powerpc.zip
Sure its possible, I'll leave that to you to make it how you want it now that the uploading works. Just add something to the script section that makes the zip, modify the archive and upload patterns to match your new zip file, and then modify the upload folder in the advanced section of the uploading plugin.
The uploading folder has this weird java data format: http://docs.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html
that's why it looks like yyyy-mm-dd/'Gem-$NODE_NAME'/..
.hc