Sign inSign up

dheeth/jenkins

By dheeth

Updated over 6 years ago

This Docker Image Allows you to Work in remote system using ssh from Jenkins

Image
0

98

dheeth/jenkins repository overview

This Docker Image Allows you to Work in remote system using ssh from Jenkins, you just need to specify some environment variables at the start, rest of that will be handled by the container launch itself.

Environment Variables to be specified are :-

USER - You need to specify a username to configure and use SSH inside the container, if you want to connect to root account then don't specify username as root is set as default.

DEST_IP - In this you have to specify the IP of system you want to connect using SSH, there is no default IP set for this, so it is mandatory to give any value to this or it won't work

Example to start a Jenkins container with SSH configuration :-
docker run -it -e USER=some_username -e DEST_IP=127.0.0.1 dheeth/jenkins:lts

Tag summary

Content type

Image

Digest

Size

405.5 MB

Last updated

over 6 years ago

docker pull dheeth/jenkins:lts