// TODO: get bamboo build artifact URL for getdown artifacts
getdownChannelName = string("${bamboo_planKey}/${JAVA_VERSION}")
- if (bamboo_buildResultsUrl && bamboo_buildResultsKey) {
- getdownAppBase = "${bamboo_buildResultsKey}/${bamboo_buildResultsArtifactPath}"
- } else {
- getdownAppBase = "${bamboo_channelbase}/${bamboo_planKey}${bamboo_getdown_channel_suffix}"
- }
+ /**
+ * This URL doesn't work
+ * if (bamboo_buildResultsUrl && bamboo_buildResultsKey) {
+ * getdownAppBase = "${bamboo_buildResultsKey}/${bamboo_buildResultsArtifactPath}"
+ * } else {
+ */
+ getdownAppBase = "${bamboo_channelbase}/${bamboo_planKey}${bamboo_getdown_channel_suffix}"
+ /* } */
jvlChannelName += "_${getdownChannelName}"
// automatically add the test group Not-bamboo for exclusion
if ("".equals(testng_excluded_groups)) {
bamboo_channelbase = https://builds.jalview.org/browse
bamboo_planKey =
bamboo_getdown_channel_suffix = /latest/artifact/shared/getdown
-bamboo_buildResultsUrl =
-bamboo_buildResultsArtifactPath = /artifact/shared/getdown
-bamboo_buildResultsKey =
+#bamboo_buildResultsUrl =
+#bamboo_buildResultsArtifactPath = /artifact/shared/getdown
+#bamboo_buildResultsKey =
eclipse_codestyle_file = utils/eclipse/JalviewCodeStyle.xml
eclipse_extra_jdt_prefs_file = utils/eclipse/org.eclipse.jdt.core.jalview.prefs