Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEike Stepper2018-01-27 13:07:40 +0000
committerEike Stepper2018-01-27 13:07:40 +0000
commita4eb5dd6f5f4a1956b32200297f60cc44fcfb87b (patch)
treec2cc8f50339d36723218c2fe024dc16c7690820a /releng
parent32af52d838d15b1946e6215ac04c6d7c34e84a40 (diff)
downloadcdo-a4eb5dd6f5f4a1956b32200297f60cc44fcfb87b.tar.gz
cdo-a4eb5dd6f5f4a1956b32200297f60cc44fcfb87b.tar.xz
cdo-a4eb5dd6f5f4a1956b32200297f60cc44fcfb87b.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant3
1 files changed, 1 insertions, 2 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant b/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
index 359e0a62f0..1c9db6ed15 100644
--- a/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
+++ b/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
@@ -13,7 +13,6 @@
<property file="ant.properties" />
<property environment="env" />
- <property name="env.HUDSON_URL" value="https://hudson.eclipse.org/cdo" />
<delete>
<fileset dir="${env.WORKSPACE}">
@@ -36,7 +35,7 @@
</not>
<then>
<xmlproperty keeproot="false">
- <url url="${env.HUDSON_URL}/job/${env.JOB_NAME}/${env.BUILD_NUMBER}/api/xml?tree=actions[causes[shortDescription]]" />
+ <url url="${env.BUILD_URL}/api/xml?tree=actions[causes[shortDescription]]" />
</xmlproperty>
<loadresource property="build.trigger">
<propertyresource name="action.cause.shortDescription" />

Back to the top