Using properties for dependency build id's
(cherry picked from commit 68b0aa0)
This commit is contained in:
committed by
Natalia.Ukhorskaya
parent
c51a70b3b8
commit
9270eec30f
@@ -1,16 +1,19 @@
|
||||
<project name="Update Dependencies" default="update">
|
||||
<property name="jb.buildserver.build.id" value="1864599"/>
|
||||
<property name="public.buildserver.build.id" value="82629"/>
|
||||
|
||||
<property name="idea.sdk.fetch.needed" value="true"/>
|
||||
|
||||
<target name="update" depends="fetch-third-party">
|
||||
<execute_update
|
||||
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/82629:id"
|
||||
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/${public.buildserver.build.id}:id"
|
||||
build.zip="ideaIC-129.SNAPSHOT.win.zip"
|
||||
/>
|
||||
</target>
|
||||
|
||||
<target name="jb_update" depends="fetch-third-party">
|
||||
<execute_update
|
||||
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1864599:id"
|
||||
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/${jb.buildserver.build.id}:id"
|
||||
build.zip="ideaIC-129.SNAPSHOT.win.zip"
|
||||
/>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user