case "BUILD":
// TODO: get bamboo build artifact URL for getdown artifacts
+ getdown_channel_base = bamboo_channelbase
+ getdown_channel_name = bamboo_planKey + '/'+JAVA_VERSION
+ getdown_app_base = bamboo_channelbase + bamboo_planKey + bamboo_getdown_channel_suffix + '/'+JAVA_VERSION
getdown_app_dir = getdown_app_dir_alt
buildProperties = jalviewDir + "/" + classesDir +"/" + buildPropertiesFile
break
getdown_rsync_dest = /Volumes/jalview/docroot/getdown
reportRsyncCommand =
RUNRSYNC=false
+
+bamboo_channelbase = https://builds.jalview.org/browse
+bamboo_planKey =
+bamboo_getdown_channel_suffix = /latest/artifact/shared/getdown-channel
+
\ No newline at end of file