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

Agent android-x86-i686-jau-042

Android x86 i686, 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 2d657593036a84cb95d790053603220c2f5a7cf8f0409f688b7730f21277aa9f -name "android-x86-i686-jau-042" -webSocket  -tunnel localhost:6042 

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 2d657593036a84cb95d790053603220c2f5a7cf8f0409f688b7730f21277aa9f -name "android-x86-i686-jau-042" -webSocket  -tunnel localhost:6042 

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

echo 2d657593036a84cb95d790053603220c2f5a7cf8f0409f688b7730f21277aa9f > secret-file
curl -sO https://jogamp.org/chuck/jnlpJars/agent.jar
java -jar agent.jar -url https://jogamp.org/chuck/ -secret @secret-file -name "android-x86-i686-jau-042" -webSocket  -tunnel localhost:6042 

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

echo 2d657593036a84cb95d790053603220c2f5a7cf8f0409f688b7730f21277aa9f> 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 "android-x86-i686-jau-042" -webSocket  -tunnel localhost:6042 

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

Projects tied to android-x86-i686-jau-042

None