Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Agent macos-x86_64-jau-012

mac-mini, x86_64, fat build for x86_64 + aarch64

Connection was broken

Run from agent command line: (Unix)

curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret b2ad26fb481fe07c8de7d7551d16f40e8e3d39cc12db218c53ffc02124c43fb7 -name "macos-x86_64-jau-012" -webSocket  -tunnel localhost:6012 

Run from agent command line: (Windows)

curl.exe -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret b2ad26fb481fe07c8de7d7551d16f40e8e3d39cc12db218c53ffc02124c43fb7 -name "macos-x86_64-jau-012" -webSocket  -tunnel localhost:6012 

Or run from agent command line, with the secret stored in a file: (Unix)

echo b2ad26fb481fe07c8de7d7551d16f40e8e3d39cc12db218c53ffc02124c43fb7 > secret-file
curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "macos-x86_64-jau-012" -webSocket  -tunnel localhost:6012 

Or run from agent command line, with the secret stored in a file: (Windows)

echo b2ad26fb481fe07c8de7d7551d16f40e8e3d39cc12db218c53ffc02124c43fb7> secret-file
curl.exe -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "macos-x86_64-jau-012" -webSocket  -tunnel localhost:6012 

Note: PowerShell users must use curl.exe instead of curl because curl is a default PowerShell cmdlet alias for Invoke-WebRequest.

Projects tied to macos-x86_64-jau-012

None