Giter Club home page Giter Club logo

jenkins-automation's Introduction

Welcome to jenkins-automation

Build Status

Repos automated by Jenkins DSL

Jenkins automation is a library of helper functions to make continuous integration and deployment fast, easy and fun.

We use Job DSL to automate. We have further enhanced the functionality with a set of builders. You can see what they can do and how to use them in our API documentation.

Our collection of builders is still growing and we would love your contributions. Please see How to contribute.

Good place to start learning about job-dsl API:

http://jenkinsci.github.io/job-dsl-plugin/

Once you are little more comfortable, try the sandbox:

http://job-dsl.herokuapp.com/

If you would like to get started on it for your project a good place to start is our starter repo.

Guiding principles

  1. Make valuable
  2. Make it easy
  3. Make it fast
  4. Make it pretty

and always YAGNI, DRY and KISS

Configuration added to all jobs

Any jobs created by using these Builders get the following configuration added automatically:

  • Colorized Output (requires AnsiColor plugin)
  • Timestamps in the build log (requires Timestamper plugin)
  • Broken build claiming (requires Claim plugin)
  • Build Failure Analyzer (requires Build Failure Analyzer plugin)
  • Max 30 builds retained

If the emails property is set on a job, the job automatically gets configured with an Extended Email block, as well (requires Email Extension plugin)

Commonly used Jenkins Plugins that we support

Gradle init scripts

Within the path

gradle/init.d/init.gradle

There is a file that contains tasks that may be imported into other gradle builds by using the additional flag -I during normal gradle execution. Currently this file contains a task designed to copy the jar files of all dependencies of a project into a directory jac_dependencies. This tool may be useful when integrating with tools like OWASP

Common execution might be

./gradlew -I gradle/init.d/init.gradle copyDeps

jenkins-automation's People

Contributors

imuchnik avatar marcesher avatar orlandosoto avatar acrewdson avatar vickumar1981 avatar lfatty avatar virtix avatar scotchester avatar yunghuffy avatar sleitner avatar m3brown avatar ooblioob avatar anselmbradford avatar chosak avatar dgreisen-cfpb avatar laminfaty avatar contolini avatar amymok avatar jls5177 avatar keitap avatar willbarton 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.