From dd932e0a5d080684bdb3eff3aced8ece7ecd26fe Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Tue, 23 May 2017 15:20:17 +0000 Subject: [PATCH] MNT-17914 The build shouldn't depend on Bamboo specific variables. * Remove direct references to bamboo variables. * Revision number is still included. * root/packaging/distribution-docker/build.sh still contains refs but looks broken already as $bamboo_planRepository_1_branch does not exist. - Changed poms to have properties that have dummy values for development but can be overriden by the bamboo build. These are: 0 BUILD-KEY Build-Name local/development/workspace 100000 - The bamboo build task use the following arguments: -Dbuild-number=${bamboo.buildNumber} // existing -Dbuild-key=${bamboo.buildKey} // new -Dbuild-name=${bamboo.planName} // new -Dscm-path=${bamboo.repository.svn.repositoryUrl} // deprecated #1 -Dscm-revision=${bamboo.planRepository.1.revision} // existing #1 would like to replace with bamboo.repository.1.repositoryUrl which is documented but does not exist. - Stop using the following bamboo varaibles: bamboo.fullBuildKey // did not exit bamboo.planRepository.revision // undocumented #2 bamboo.custom.svn.lastchange.revision.number // deprecated #2 #2 replaced by bamboo.planRepository.1.revision which is also depreacted but it helps if we get the same value from one place. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@136874 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5bec88b800..5f124fa19e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,10 +10,7 @@ - 0 - 123456 **/org/alfresco/Repository*TestSuite.java -