Git Product home page Git Product logo

jenkins-library's Introduction

Description

The jenkins-library should be used to have a common collection of pipelines and functions to be used in projects which want to use Jenkins and the pipeline definition to run jobs. See for more details on Jenkins shared-libraries.

Setup / Configuration Jenkins

To provide the library to a specific GitHub Organization in the Jenkins instance do the following:

  1. Select the GitHub Organization of your choice.
  2. Click on Configure.
  3. Go to Pipeline Libraries.
  4. Click on Add.
  5. Define the Name, Default version (should be a stable / released one and be updated once a new version is released), set Allow default version to be overridden, unset Load implicitly and Include @Library changes in job recent changes.
  6. Define the Retrieval method and Source Code Management, all the settings here just be used for the library and not for projects / other jobs.

Vars

terraform

Defines the pipeline to be called for a dcos-terraform repository.

#!/usr/bin/env groovy
@Library('jenkins-library') _

terraform()

getTargetBranch

Helper function to get the target branch also on PRs, otherwise the BRANCH_NAME.

#!/usr/bin/env groovy
@Library('jenkins-library') _

getTargetBranch()

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.