Code Monkey home page Code Monkey logo

formation-jenkins's Introduction

formation-jenkins

Une modification par le formateur

Création d'un conteneur slave avec docker

connection au slave en mode SSH

le master jenkins

docker exec -it myjenkins bash
ssh-keygen

cat /var/jenkins_home/.ssh/id_rsa.pub

le slave

docker run --name slave1 jenkinsci/ssh-slave "content of id_rsa.pub"
docker inspect slave1 | grep IP

sur le master

  • se connecter une fois sur le slave afin d'accepter le certificat et mettre à jour le known host
 ssh -i id_rsa jenkins@slaveIP

formation-jenkins's People

Contributors

arey avatar x2i-tvercruysse avatar oauger avatar verydapeng avatar snicoll avatar cyrille-leclerc avatar gordonad avatar tduchateau avatar trepel avatar freemansoft avatar oscr avatar aaguilera avatar crydust avatar rstoyanchev avatar liouxiao avatar helloworld123122344134 avatar bram-atmire avatar cbeams avatar colinbut avatar craigsdennis avatar henri-tremblay avatar htynkn avatar jericbryledy avatar meltsufin avatar tejasm avatar vladfau avatar boly38 avatar lukasz-szewc avatar mklose avatar patrickcrocker avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.