Giter VIP home page Giter VIP logo

jenkins-slave's Introduction

A Jenkins slave, ready to run with the dslabci.epfl.ch

To build this Docker container, run:

$ git clone https://github.com/Sjlver/jenkins-slave
$ cd jenkins-slave
$ docker.io build -t Sjlver/jenkins-slave .

To use this, run it as:

$ docker.io run -d --name="asap_jenkins_slave" -p 10022:22 sjlver/jenkins-slave

Once it runs, connect using SSH:

$ ssh -p 10022 jenkins@<host>

When you're connected, you will need to set up whatever you build host needs to work. This probably includes compilers and other tools. Have a look at the scripts folder for inspiration.

You also need to ensure that your host has access to the repos it needs; for this, copy the corresponding SSH key to /home/jenkins/.ssh.

In the Jenkins web interface, you can then add a new slave as follows:

  • Manage Jenkins > Nodes > New Node
  • Add a new "dumb node"
  • Give your node a title, a label, etc.
  • Select launch method: "Launch slave agents on Unix machines via SSH"
  • Enter the host name where your container is running. Click on "Advanced" and enter the port (10022 in our example). For credentials, choose the Jenkins SSH key.

jenkins-slave's People

Contributors

sjlver avatar

Stargazers

 avatar

Watchers

 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.