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

Agent linux-x86_64-jau-002

Workstation, 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 348fa6e94e91f2f29efea632cb93b63ecf63579964a21c71b621d9bb0bc135fb -name "linux-x86_64-jau-002"  -tunnel localhost:6002 

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 348fa6e94e91f2f29efea632cb93b63ecf63579964a21c71b621d9bb0bc135fb -name "linux-x86_64-jau-002"  -tunnel localhost:6002 

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

echo 348fa6e94e91f2f29efea632cb93b63ecf63579964a21c71b621d9bb0bc135fb > 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_64-jau-002"  -tunnel localhost:6002 

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

echo 348fa6e94e91f2f29efea632cb93b63ecf63579964a21c71b621d9bb0bc135fb > 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_64-jau-002"  -tunnel localhost:6002 

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_64-jau-002

None