Giter Site home page Giter Site logo

mozaik-ext-jenkins's Introduction

Mozaïk jenkins widgets

License Travis CI NPM version Dependencies Coverage Status widget count

Jenkins Client Configuration

In order to use the Mozaïk jenkins widgets, you must configure its client.

parameters

key env key required description notes
baseUrl JENKINS_API_BASE_URL yes jenkins base url
basicAuthUser JENKINS_API_BASIC_AUTH_USER yes jenkins auth user
basicAuthPassword JENKINS_API_BASIC_AUTH_PASSWORD yes jenkins auth password
customCa JENKINS_API_CUSTOM_CA no jenkins certificate require mozaik-ext-jenkins >= 1.1.0

usage

{
  //…
  api: {
    jenkins: {
      baseUrl: 'https://my-jenkins.ci',
        basicAuthUser:     'user',
        basicAuthPassword: 'password'
    }
  }
}

Jenkins Job Builds

jenkins job builds

Show jenkins job builds.

parameters

key required description
job yes jenkins job identifier
title no Widget title (Jenkins job builds if none provided)

usage

{
  type: 'jenkins.job_builds', job: 'my-job',
  columns: 1, rows: 1, x: 0, y: 0
}

Jenkins Job Builds Histogram

jenkins job builds histogram

Show jenkins job builds histogram.

parameters

key required description
job yes jenkins job identifier

usage

{
  type: 'jenkins.job_builds_histogram', job: 'my-job',
  columns: 1, rows: 1, x: 0, y: 0
}

Jenkins Job Status

jenkins job status

jenkins job status bold

Display job current build status.

parameters

key required description notes
job yes jenkins job identifier
layout no widget layout (none for default or 'bold') require mozaik-ext-jenkins >= 1.1.0

usage

{
  type: 'jenkins.job_status', job: 'my-job',
  columns: 1, rows: 1, x: 0, y: 0
}

Jenkins Job Status With Progress

jenkins job status

Display job current build status with progress % - based on Job Status - bold.

parameters

key required description notes
job yes jenkins job identifier

usage

{
  type: 'jenkins.job_status_progress', job: 'my-job',
  columns: 1, rows: 1, x: 0, y: 0
}

Jenkins View

jenkins view

List view jobs

parameters

key required description
view yes jenkins view identifier
title no widget title (view name used if none provided)

usage

{
    type: 'jenkins.view', view: 'dev-env',
    columns: 2, rows: 1, x: 0, y: 0
}

mozaik-ext-jenkins's People

Contributors

arturgajowy avatar plouc avatar przemuh avatar tomav 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.