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

Agent android-arm64-aarch64-jau-041

Android AArch64, 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 e89e389b72ef08bdf31f50799e4e3f214d3456291ccd3943bae9b0031bd5a424 -name "android-arm64-aarch64-jau-041" -webSocket  -tunnel localhost:6041 

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 e89e389b72ef08bdf31f50799e4e3f214d3456291ccd3943bae9b0031bd5a424 -name "android-arm64-aarch64-jau-041" -webSocket  -tunnel localhost:6041 

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

echo e89e389b72ef08bdf31f50799e4e3f214d3456291ccd3943bae9b0031bd5a424 > 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-arm64-aarch64-jau-041" -webSocket  -tunnel localhost:6041 

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

echo e89e389b72ef08bdf31f50799e4e3f214d3456291ccd3943bae9b0031bd5a424> 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-arm64-aarch64-jau-041" -webSocket  -tunnel localhost:6041 

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-arm64-aarch64-jau-041

None