GithubHelp home page GithubHelp logo

nllorente / azulinho-jenkins-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azulinho/azulinho-jenkins-server

0.0 2.0 0.0 13 KB

Ansible role for installing a jenkins-server

Ruby 100.00%

azulinho-jenkins-server's Introduction

This repo contains ansible code to install a jenkins server

When cloning from github, simply run:

rake

When using galaxy, simply run:

ansible-galaxy install Azulinho.azulinho-jenkins-server

To consume this role, set the following variables in your group_vars/all or in a wrapper_role, <wrapper_role/vars/main.yaml>

VARIABLES:

azulinho_jenkins_server:
  version: 1.592-1.1
  dest: /opt/jenkins
  lib: /var/lib/jenkins
  port: 8080
  prefix: /jenkins
  cli_dest: '/opt/jenkins/jenkins-cli.jar'

  views:
    list:
      - { name: 'All',
          description: 'All',
          includeRegex: '.*',
          columns: &all_columns_view [
            'hudson.views.StatusColumn',
            'hudson.views.WeatherColumn',
            'hudson.views.JobColumn',
            'hudson.views.LastSuccessColumn',
            'hudson.views.LastFailureColumn',
            'hudson.views.LastDurationColumn',
            'hudson.views.BuildButtonColumn']}

      - { name: 'DSL_BUILD',
          description: 'All BUILD jobs built using the DSL',
          includeRegex: 'DSL_BUILD.*',
          columns: *all_columns_view }

      - { name: 'DSL_DEPLOY',
          description: 'All DEPLOY jobs built using the DSL',
          includeRegex: 'DSL_DEPLOY.*',
          columns: *all_columns_view }

    # the pipeline block is used to configure the PIPELINE views
    # in jenkins.
    pipeline:
      - { name: 'PIPELINE1',
          selectedJob: 'DSL_DEPLOY-job1',
          firstJob: 'DSL_DEPLOY-job1',
          noOfDisplayedBuilds: '5',
          buildViewTitle: 'Deployment Pipeline 1' }

      - { name: 'PIPELINE2',
          selectedJob: 'jinja2_deploy_zabbix',
          firstJob: 'jinja2_deploy_zabbix',
          noOfDisplayedBuilds: '5',
          startsWithParameters: true,
          buildViewTitle: 'Zabbix Deployment Pipeline' }

azulinho-jenkins-server's People

Contributors

azulinho avatar nllorente avatar

Watchers

James Cloos avatar  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.