diff options
author | Sven Gothel <[email protected]> | 2013-06-23 12:24:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-23 12:24:06 +0200 |
commit | 909a1bed99fa5f07fc3f4ec6564ffde529a5162b (patch) | |
tree | 217dcf5437389f6f53c50ffcd6f96da3605d0fe3 /jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013 | |
parent | 5f6fa9f5cb681718029c00a7d1e508d1a88c0544 (diff) |
Bug 758: Update all Jenkins Nodes to use Java7 building Java6 and new Security JAR tags.
Diffstat (limited to 'jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013')
-rwxr-xr-x | jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/start-ssh-jenkins.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/start-ssh-jenkins.sh b/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/start-ssh-jenkins.sh index a46ea6b..05c1880 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/start-ssh-jenkins.sh +++ b/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/start-ssh-jenkins.sh @@ -14,6 +14,9 @@ function connect_12 { export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar + + export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" + java -version which git sshpid= @@ -35,6 +38,9 @@ function connect_13 { export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar + + export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" + java -version which git sshpid= |