The Jenkins Controller is preparing for shutdown. No new builds can be started.
Windows 10, x86_64
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 d993753533f773ca6d5cc899e2ba2dcefc64c8d6ed7cc499a762ca7b5bfbccc7 -name "windows-x86_64-jau-011" -webSocket -tunnel localhost:6011
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 d993753533f773ca6d5cc899e2ba2dcefc64c8d6ed7cc499a762ca7b5bfbccc7 -name "windows-x86_64-jau-011" -webSocket -tunnel localhost:6011
Or run from agent command line, with the secret stored in a file: (Unix)
echo d993753533f773ca6d5cc899e2ba2dcefc64c8d6ed7cc499a762ca7b5bfbccc7 > 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_64-jau-011" -webSocket -tunnel localhost:6011
Or run from agent command line, with the secret stored in a file: (Windows)
echo d993753533f773ca6d5cc899e2ba2dcefc64c8d6ed7cc499a762ca7b5bfbccc7> 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_64-jau-011" -webSocket -tunnel localhost:6011
Note: PowerShell users must use curl.exe instead of curl because curl is a default PowerShell cmdlet alias for Invoke-WebRequest.
Response Time | N/A |
Architecture | |
Clock Difference | N/A |
Projects tied to windows-x86_64-jau-011
None