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

Agent linux-arm32-armv7hf-jau-031

Linux ARMv7-armhf - 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 d0c99048c3816e99d2a88c8d416082be7c580914833f0c68a6429e197b8992f8 -name "linux-arm32-armv7hf-jau-031" -webSocket  -tunnel localhost:6031 

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 d0c99048c3816e99d2a88c8d416082be7c580914833f0c68a6429e197b8992f8 -name "linux-arm32-armv7hf-jau-031" -webSocket  -tunnel localhost:6031 

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

echo d0c99048c3816e99d2a88c8d416082be7c580914833f0c68a6429e197b8992f8 > 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-arm32-armv7hf-jau-031" -webSocket  -tunnel localhost:6031 

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

echo d0c99048c3816e99d2a88c8d416082be7c580914833f0c68a6429e197b8992f8> 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-arm32-armv7hf-jau-031" -webSocket  -tunnel localhost:6031 

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-arm32-armv7hf-jau-031

None