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

Agent linux-arm64-aarch64-jau-032

Linux ARM64, 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 219e6fbe0c4862bcf555c72dc2a4b3839e7d76c0bbf39ecf07905cc3a2334886 -name "linux-arm64-aarch64-jau-032" -webSocket  -tunnel localhost:6032 

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 219e6fbe0c4862bcf555c72dc2a4b3839e7d76c0bbf39ecf07905cc3a2334886 -name "linux-arm64-aarch64-jau-032" -webSocket  -tunnel localhost:6032 

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

echo 219e6fbe0c4862bcf555c72dc2a4b3839e7d76c0bbf39ecf07905cc3a2334886 > secret-file
curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "linux-arm64-aarch64-jau-032" -webSocket  -tunnel localhost:6032 

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

echo 219e6fbe0c4862bcf555c72dc2a4b3839e7d76c0bbf39ecf07905cc3a2334886> 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 "linux-arm64-aarch64-jau-032" -webSocket  -tunnel localhost:6032 

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

Projects tied to linux-arm64-aarch64-jau-032

None