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

Agent android-arm32-armv7-jau-040

Android arm32, ARMv7, 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 6f350ed3d65122c0a6614fadb3ff04dd4e5dc7557bf25af79bd665e42eebff6b -name "android-arm32-armv7-jau-040"  -tunnel localhost:6040 

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 6f350ed3d65122c0a6614fadb3ff04dd4e5dc7557bf25af79bd665e42eebff6b -name "android-arm32-armv7-jau-040"  -tunnel localhost:6040 

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

echo 6f350ed3d65122c0a6614fadb3ff04dd4e5dc7557bf25af79bd665e42eebff6b > 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-arm32-armv7-jau-040"  -tunnel localhost:6040 

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

echo 6f350ed3d65122c0a6614fadb3ff04dd4e5dc7557bf25af79bd665e42eebff6b > 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-arm32-armv7-jau-040"  -tunnel localhost:6040 

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-arm32-armv7-jau-040

None