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

Agent ios-x86_64-amd64-jau-020

iOS amd64, Junit Off

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 e68ba13d106199d0c61850a5e1c120e0282ad6a3698cb6666bdb292601d83ffe -name "ios-x86_64-amd64-jau-020" -webSocket  -tunnel localhost:6020 

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 e68ba13d106199d0c61850a5e1c120e0282ad6a3698cb6666bdb292601d83ffe -name "ios-x86_64-amd64-jau-020" -webSocket  -tunnel localhost:6020 

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

echo e68ba13d106199d0c61850a5e1c120e0282ad6a3698cb6666bdb292601d83ffe > secret-file
curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "ios-x86_64-amd64-jau-020" -webSocket  -tunnel localhost:6020 

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

echo e68ba13d106199d0c61850a5e1c120e0282ad6a3698cb6666bdb292601d83ffe> 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 "ios-x86_64-amd64-jau-020" -webSocket  -tunnel localhost:6020 

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

Projects tied to ios-x86_64-amd64-jau-020

None