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

Agent android-x86_64-jau-043

Android x86_64, Junit Off

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 620c9b083168a86cf885ba8d6d2225b4d145b6f272b3d01e51d0fc16c318b2f6 -name "android-x86_64-jau-043" -webSocket  -tunnel localhost:6043 

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 620c9b083168a86cf885ba8d6d2225b4d145b6f272b3d01e51d0fc16c318b2f6 -name "android-x86_64-jau-043" -webSocket  -tunnel localhost:6043 

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

echo 620c9b083168a86cf885ba8d6d2225b4d145b6f272b3d01e51d0fc16c318b2f6 > secret-file
curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "android-x86_64-jau-043" -webSocket  -tunnel localhost:6043 

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

echo 620c9b083168a86cf885ba8d6d2225b4d145b6f272b3d01e51d0fc16c318b2f6> 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 "android-x86_64-jau-043" -webSocket  -tunnel localhost:6043 

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

Projects tied to android-x86_64-jau-043

None