From 909a1bed99fa5f07fc3f4ec6564ffde529a5162b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 23 Jun 2013 12:24:06 +0200 Subject: Bug 758: Update all Jenkins Nodes to use Java7 building Java6 and new Security JAR tags. --- jenkins-server-slave-setup/scripts/starthudson.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jenkins-server-slave-setup/scripts/starthudson.sh') 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 -- cgit v1.2.3