try placeholder bamboo_auth_ldap_password

This commit is contained in:
Ana Bozianu
2016-11-01 15:16:17 +02:00
parent a526c032b7
commit 01449f0548

View File

@@ -194,7 +194,7 @@
<echo>Recreating database...</echo> <echo>Recreating database...</echo>
<sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql> <sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql>
<echo>Downloading Alfresco installer...</echo> <echo>Downloading Alfresco installer...</echo>
<get src="https://bamboo.alfresco.com/${installer.path}" dest="target/alf-installer.bin" username="bamboo_auth" password="${bamboo_auth.ldap.password}"/> <get src="https://bamboo.alfresco.com/${installer.path}" dest="target/alf-installer.bin" username="bamboo_auth" password="${bamboo_auth_ldap_password}"/>
<chmod file="target/alf-installer.bin" perm="a+x" verbose="true" /> <chmod file="target/alf-installer.bin" perm="a+x" verbose="true" />
<echo>Installing Alfresco...</echo> <echo>Installing Alfresco...</echo>
<exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true"> <exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true">