Confirmed users
2,177
edits
Line 119: | Line 119: | ||
== Jenkins == | == Jenkins == | ||
=== Starting Jenkins === | === Starting Jenkins === | ||
# VPN in via Mozilla-MV to '''qa-selenium.mv.mozilla.org''' | |||
# Look for an existing Terminal/Console window with a Jenkins process | |||
#* If there's one there, you should just be able to cursor-up and type Enter/Return to launch | |||
#* If not, launch as follows: | |||
java -jar -Xms2g -Xmx2g -XX:MaxPermSize=512M -Xincgc ~/Desktop/jenkins.war | java -jar -Xms2g -Xmx2g -XX:MaxPermSize=512M -Xincgc ~/Desktop/jenkins.war | ||
Line 129: | Line 131: | ||
# Click on [http://qa-selenium.mv.mozilla.com:8080/quietDown Prepare for Shutdown] | # Click on [http://qa-selenium.mv.mozilla.com:8080/quietDown Prepare for Shutdown] | ||
# VNC into '''qa-selenium.mv.mozilla.com''' and go to the Terminal window and CTRL+C (you'll see Java processes shutting down) | # VNC into '''qa-selenium.mv.mozilla.com''' and go to the Terminal window and CTRL+C (you'll see Java processes shutting down) | ||
# | # Follow the instructions for [#Starting Jenkins] | ||
== Mac OS X-Hostname Setting (shamelessly copied, verbatim, from http://budporter.net/?p=47) == | == Mac OS X-Hostname Setting (shamelessly copied, verbatim, from http://budporter.net/?p=47) == |