Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 761 Bytes

FEATURES.adoc

File metadata and controls

20 lines (19 loc) · 761 Bytes

Jenkins Cloud Slaves provisioning

  • TLS (RSA,ECDSA) based credentials connection to docker daemon.

  • Connection to docker daemon:

    • tcp or socket (socket works only for JERSEY impl)

    • JERSEY or NETTY implementations (provided by docker-java)

  • Slave image pulling strategies.

  • Exact configuration for container lifecycle:

    • pull

    • create

    • start

    • stop

    • remove

  • Jenkins slaves connection:

    • JNLP (requires working access from slave to master)

    • SSH (requires working access from master to slave)

  • Docker fingerprints badges

  • Full shading of docker-java library (doesn’t conflict with docker-traceability-plugin or any other plugin using docker-java). (May have issues because of JNI since 0.1.0-rc24.)

  • Faster node provisioning without delay