updated bamboo username

This commit is contained in:
Ana Bozianu
2016-11-01 14:50:04 +02:00
parent fd232d2d72
commit c33db37eb6

View File

@@ -194,7 +194,7 @@
<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>
<echo>Downloading Alfresco installer...</echo>
<get src="https://bamboo.alfresco.com/${installer.path}" dest="target/alf-installer.bin" username="${bamboo_auth.ldap.username}" 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" />
<echo>Installing Alfresco...</echo>
<exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true">