Skip to content

Commit

Permalink
promote-latest-builds: adding some debug print (javadoc is missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Jan 2, 2020
1 parent e890ebb commit 2e70d20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jenkins-builds/promote-latest-builds.sh
Expand Up @@ -60,6 +60,11 @@ function promote-latest-builds() {
echo
echo `date`
echo
echo " rootdir: $rootdir"
echo " destdir: $rootdir/$dest"
echo " archivedir: $archivedir"
echo
echo
prom_setup $dest

gluegenslave=`prom_lslatest gluegen-b`
Expand All @@ -80,8 +85,16 @@ function promote-latest-builds() {
cp -a $gluegenmaster/javadoc.7z $dest/archive/gluegen-javadoc.7z
cd $dest/javadoc
echo "INFO: gluegen master gluegen-javadoc 7z"
# FIXME
ls -la ../archive/gluegen-javadoc.7z
prom_extract ../archive/gluegen-javadoc.7z gluegen
# FIXME
pwd
ls -la
cd $rootdir
# FIXME
pwd
ls -la

joalslave=`prom_lslatest joal-b`
bjoalslave=`prom_buildnumber_2 $joalslave`
Expand Down

0 comments on commit 2e70d20

Please sign in to comment.