Code Monkey home page Code Monkey logo

jenkins-playground's Introduction

Jenkins playground

Run the container with the following command:

docker run -p 8080:8080 -v ~/path/on/your/system:/seed/workspace xebia/jenkins-playground:2.7.3-1

This will start Jenkins at port 8080 at your local machine with a volume mount from your local machine which will be your Jenkins playground.

Now two things can happen:

  • The folder you mounted contains files, in which case Jenkins will assume you want to continue where you left off last time, and will rebuild your playground infrastructure how you left it.
  • The folder you mounted is empty, in which case Jenkins will assume this is the first time you ran this container, and will add some example code to get you going.

Everytime a file changes in that folder, the seedjob will automatically trigger, happy coding :)

Additional plugins

Are the standard set of plugins not sufficient? Add some more with the ADDITIONAL_PLUGINS environment variable.

docker run -p 8080:8080 -v ~/ws:/seed/workspace -e ADDITIONAL_PLUGINS="chucknorris" xebia/jenkins-playground:2.7.3-1

You can add multiple plugins by separating the plugin ID's with a space.

Conventions

Please keep to the following conventions:

  • Jobs or scripts generating multiple jobs should be placed in the root of this directory.
  • Commonly used functions/closures/parts of your job definition should be placed in the helpers folder.

Pre-installed plugins

  • ansicolor
  • greenballs
  • groovy-postbuild
  • rebuild
  • postbuildscript
  • job-dsl
  • workflow-aggregator
  • ws-cleanup

jenkins-playground's People

Contributors

peterklijn avatar awulder 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.