Page MenuHomeDevCentral

Install OpenJDK 8 from the Jessie backports
ClosedPublic

Authored by dereckson on Oct 24 2017, 03:02.
Tags
None
Referenced Files
F3160996: D1104.diff
Wed, Jun 26, 05:41
F3159924: D1104.id2823.diff
Wed, Jun 26, 03:06
F3159675: D1104.id.diff
Wed, Jun 26, 02:40
F3159596: D1104.id2824.diff
Wed, Jun 26, 02:30
Unknown Object (File)
Mon, Jun 24, 03:33
Unknown Object (File)
Sat, Jun 22, 18:41
Unknown Object (File)
Tue, Jun 18, 08:01
Unknown Object (File)
Mon, Jun 17, 19:09
Subscribers
None

Details

Summary

Jenkins now requires slaves to run JDK 8.

Fixes T1282.

Test Plan

Build an image for a ci.nasqueron.org slave container, run a PHP task in it.

Diff Detail

Repository
rDJENKINSAGENTS Docker images for Jenkins agents
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Test of a build as a CI node:

[10/24/17 03:19:51] [SSH] Opening SSH connection to 172.17.0.10:22.
[10/24/17 03:19:51] [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
[10/24/17 03:19:51] [SSH] Authentication successful.
[10/24/17 03:19:51] [SSH] The remote user's environment is:
HOME='/home/app'
IFS=' 	
'
LOGNAME='app'
MAIL='/var/mail/app'
OPTIND='1'
PATH='/usr/local/bin:/usr/bin:/bin:/usr/games'
PPID='37'
PS1='$ '
PS2='> '
PS4='+ '
PWD='/home/app'
SHELL='/bin/sh'
SSH_CLIENT='172.17.0.7 48464 22'
SSH_CONNECTION='172.17.0.7 48464 172.17.0.10 22'
USER='app'
[10/24/17 03:19:51] [SSH] Checking java version of java
[10/24/17 03:19:51] [SSH] java -version returned 1.8.0_131.
[10/24/17 03:19:51] [SSH] Starting sftp client.
[10/24/17 03:19:51] [SSH] Copying latest slave.jar...
[10/24/17 03:19:51] [SSH] Copied 738,183 bytes.
Expanded the channel window size to 4MB
[10/24/17 03:19:51] [SSH] Starting slave process: cd "/home/app" && java  -jar slave.jar
<===[JENKINS REMOTING CAPACITY]===>channel started
Remoting version: 3.13
This is a Unix agent
Evacuated stdout
Agent successfully connected and online
This revision is now accepted and ready to land.Oct 24 2017, 03:28
This revision was automatically updated to reflect the committed changes.