summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup/scripts/starthudson.sh
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2013-07-02 15:25:43 +0000
committerMark Raynsford <[email protected]>2013-07-02 15:25:43 +0000
commit340e1a3bf4056c8d5267e65e51c6150fbe94d420 (patch)
treec2421219d64fdcde5580c9d7425c844cd3d2d5b2 /jenkins-server-slave-setup/scripts/starthudson.sh
parentaf0ae5696d91c020651e7c89a3aa4c260d8dc72c (diff)
parent909a1bed99fa5f07fc3f4ec6564ffde529a5162b (diff)
Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting
Diffstat (limited to 'jenkins-server-slave-setup/scripts/starthudson.sh')
-rwxr-xr-xjenkins-server-slave-setup/scripts/starthudson.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-server-slave-setup/scripts/starthudson.sh b/jenkins-server-slave-setup/scripts/starthudson.sh
index 47fcac9..aea50f3 100755
--- a/jenkins-server-slave-setup/scripts/starthudson.sh
+++ b/jenkins-server-slave-setup/scripts/starthudson.sh
@@ -4,7 +4,7 @@ FLAGS="-server -Xms256m -Xmx512m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -X
HUDSON_HOME=/srv/hudson/config
export HUDSON_HOME
-. /opt-linux-x86_64/etc/profile.jre6
+. /opt-linux-x86_64/etc/profile.jre7
. /opt-share/etc/profile.ant
-/opt-linux-x86_64/jre6/bin/java ${FLAGS} -jar /srv/hudson/hudson.war 2>&1 | tee hudson.log
+/opt-linux-x86_64/jre7/bin/java ${FLAGS} -jar /srv/hudson/hudson.war 2>&1 | tee hudson.log