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

Agent linux-x86_32-jau-001

Workstation, i686, Regular downtimes.

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 f40859dd2b11834cdb088b82ff1d647acbd2f8ba8a9ff912142550277ce5242d -name "linux-x86_32-jau-001"  -tunnel localhost:6001 

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 f40859dd2b11834cdb088b82ff1d647acbd2f8ba8a9ff912142550277ce5242d -name "linux-x86_32-jau-001"  -tunnel localhost:6001 

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

echo f40859dd2b11834cdb088b82ff1d647acbd2f8ba8a9ff912142550277ce5242d > 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-x86_32-jau-001"  -tunnel localhost:6001 

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

echo f40859dd2b11834cdb088b82ff1d647acbd2f8ba8a9ff912142550277ce5242d > 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-x86_32-jau-001"  -tunnel localhost:6001 

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-x86_32-jau-001

None