diff options
author | Mark Raynsford <[email protected]> | 2013-07-02 15:25:43 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2013-07-02 15:25:43 +0000 |
commit | 340e1a3bf4056c8d5267e65e51c6150fbe94d420 (patch) | |
tree | c2421219d64fdcde5580c9d7425c844cd3d2d5b2 /jenkins-server-slave-setup/scripts/starthudson.sh | |
parent | af0ae5696d91c020651e7c89a3aa4c260d8dc72c (diff) | |
parent | 909a1bed99fa5f07fc3f4ec6564ffde529a5162b (diff) |
Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting
Diffstat (limited to 'jenkins-server-slave-setup/scripts/starthudson.sh')
-rwxr-xr-x | jenkins-server-slave-setup/scripts/starthudson.sh | 4 |
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 |