JAL-3289 bamboo properties for ‘BUILD’ getdown channel - fix
authorJim Procter <jprocter@issues.jalview.org>
Wed, 10 Jul 2019 13:09:18 +0000 (14:09 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 10 Jul 2019 14:27:12 +0000 (15:27 +0100)
build.gradle

index 09d20f3..f02d8ad 100644 (file)
@@ -63,7 +63,7 @@ ext {
     // 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_base = bamboo_channelbase + '/'+ bamboo_planKey + bamboo_getdown_channel_suffix + '/'+JAVA_VERSION
     getdown_app_dir = getdown_app_dir_alt
     buildProperties = jalviewDir + "/" + classesDir +"/" + buildPropertiesFile
     break