summaryrefslogtreecommitdiffstats
path: root/hudson-builds
diff options
context:
space:
mode:
Diffstat (limited to 'hudson-builds')
-rwxr-xr-xhudson-builds/promote-latest-builds.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/hudson-builds/promote-latest-builds.sh b/hudson-builds/promote-latest-builds.sh
index 0047484..b52a315 100755
--- a/hudson-builds/promote-latest-builds.sh
+++ b/hudson-builds/promote-latest-builds.sh
@@ -73,6 +73,22 @@ function promote-latest-builds() {
unzip -q ../gluegen-javadoc.zip
cd $rootdir
+ joalslave=`prom_lslatest joal-b`
+ bjoalslave=`prom_buildnumber_2 $joalslave`
+ echo
+ echo JOAL
+ echo
+ echo slave build $bjoalslave - $joalslave
+ echo
+ echo "joal.build.number=$bjoalslave" >> $dest/aggregated.artifact.properties
+
+ prom_promote_files joal $joalslave $dest joal
+
+ cp -a $joalslave/javadoc.zip $dest/joal-javadoc.zip
+ cd $dest/javadoc
+ unzip -q ../joal-javadoc.zip
+ cd $rootdir
+
joglslave=`prom_lslatest jogl-b`
bjoglslave=`prom_buildnumber_2 $joglslave`
joglmaster=`prom_lslatest jogl-master-b`