* getdownAppBase = "${bamboo_buildResultsKey}/${bamboo_buildResultsArtifactPath}"
* } else {
*/
- getdownAppBase = "${bamboo_channelbase}/${bamboo_planKey}${bamboo_getdown_channel_suffix}"
+ getdownAppBase = "${bamboo_channelbase}/${bamboo_planKey}/${bamboo_getdown_channel_suffix}"
/* } */
jvlChannelName += "_${getdownChannelName}"
// automatically add the test group Not-bamboo for exclusion
getdownLaunchJvl = getdown_launch_jvl_name + ( (jvlChannelName != null && jvlChannelName.length() > 0)?"-${jvlChannelName}":"" ) + ".jvl"
def launchJvl = file("${getdownAppBaseDir}/${getdownLaunchJvl}")
- launchJvl.write("appbase=${getdownAppBase}")
+ def launch_lines = []
+ launch_lines.add("appbase = ${getdownAppBase}")
+ launch_lines.add("jvl_replace = true")
+ launchJvl.write(launch_lines.join("\n"))
// files going into the getdown website dir: getdown-launcher.jar
copy {
bamboo_channelbase = https://builds.jalview.org/browse
bamboo_planKey =
-bamboo_getdown_channel_suffix = /latest/artifact/shared/getdown
+bamboo_getdown_channel_suffix = latest/artifact/shared/getdown
#bamboo_buildResultsUrl =
#bamboo_buildResultsArtifactPath = /artifact/shared/getdown
#bamboo_buildResultsKey =