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

Agent windows-x86_32-jau-010

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 40615174d1eeeae6222e34f36e6dc880d5b8ce72153c55cd2761a25ad24246dc -name "windows-x86_32-jau-010" -webSocket  -tunnel localhost:6010 

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 40615174d1eeeae6222e34f36e6dc880d5b8ce72153c55cd2761a25ad24246dc -name "windows-x86_32-jau-010" -webSocket  -tunnel localhost:6010 

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

echo 40615174d1eeeae6222e34f36e6dc880d5b8ce72153c55cd2761a25ad24246dc > secret-file
curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "windows-x86_32-jau-010" -webSocket  -tunnel localhost:6010 

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

echo 40615174d1eeeae6222e34f36e6dc880d5b8ce72153c55cd2761a25ad24246dc> 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 "windows-x86_32-jau-010" -webSocket  -tunnel localhost:6010 

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

Projects tied to windows-x86_32-jau-010

None