diff options
author | Sven Gothel <[email protected]> | 2020-01-02 18:21:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 18:21:22 +0100 |
commit | 2e70d2028a58a84a19da0216b7a9575b1ebe051e (patch) | |
tree | e3edcc46fdcaf38ae76b761a942e47d5dfdcc3ea | |
parent | e890ebbddb550f776daf211ee51407536efc776c (diff) |
promote-latest-builds: adding some debug print (javadoc is missing)
-rwxr-xr-x | jenkins-builds/promote-latest-builds.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh index 835efe0..bbe65a9 100755 --- a/jenkins-builds/promote-latest-builds.sh +++ b/jenkins-builds/promote-latest-builds.sh @@ -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` @@ -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` |