hudson.eclipse.org => ci.eclipse.org
Change-Id: I2d82a850ed7b86c3797bddf242ed9eb063fe393e
Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
diff --git a/build.xml b/build.xml
index 9e0dc72..17333d7 100644
--- a/build.xml
+++ b/build.xml
@@ -776,7 +776,7 @@
hudson machines -->
<property
name="hostForURL"
- value="https://hudson.eclipse.org" />
+ value="https://ci.eclipse.org" />
<!-- TODO: this will not be correct for local builds, probably. Could
do
diff --git a/promoteUtils/promoteToStaging.sh b/promoteUtils/promoteToStaging.sh
index 0cc8e03..db06140 100755
--- a/promoteUtils/promoteToStaging.sh
+++ b/promoteUtils/promoteToStaging.sh
@@ -79,7 +79,7 @@
exit 1
fi
-${CURL_EXE} https://hudson.eclipse.org/packaging/job/${TRAIN_NAME}.epp-tycho-build/buildWithParameters?token=Yah6CohtYwO6b?6P
+${CURL_EXE} https://ci.eclipse.org/packaging/job/${TRAIN_NAME}.epp-tycho-build/buildWithParameters?token=Yah6CohtYwO6b?6P
RC=$?
if [[ $RC != 0 ]]
then