Git Product home page Git Product logo

jenkins's Introduction

Google Cloud Jenkins

license Docker Repository on Quay Docker Repository on Quay

Full featured and ready to use Jenkins Setup in the Google Cloud Kubernetes Engine.

Feature

  • All configurations are scripted with Jenkins Post-Init Groovy scripts and could be enabled or disabled via environment variables
  • Basic security is enabled by default
  • Authentication are configured with Google Login
  • Authorisation are configured Google Groups and Global Matrix Authorization Strategy
  • Provision jenkins credentials from k8s secrets
  • Nginx Ingress default configuration with security headers
  • Git plugin default configuration
  • Kubernetes plugin configuration
  • GCloud tool default installation
  • Maven tool default installation
  • JDK default installation
  • Material Design Theme by default
  • Seed jobs configuration

jenkins's People

Contributors

yacut avatar

Stargazers

Thomas Jung avatar Gleiton Campos avatar namuan avatar Suraj Nath avatar Ivan Shvedunov avatar Anton Cohen avatar

Watchers

James Cloos avatar  avatar Holger Adam avatar Chris Fröhlingsdorf avatar

jenkins's Issues

Need help

Hi Team,

I need one help , I have jenkins installed in GCP server and also active choice parameter plugin installed to it
when I run below command in groovy section and when i suppose to build i should see list of images in that project but i am not getting list of gcp instance images when i go for build.

although service account permission has been already map

import groovy.json.JsonSlurper;
def cmd = "gcloud compute images list --project=mahendra --filter="creationTimestamp < -P6M""
def gi_images_json = cmd.execute()
def data = new JsonSlurper().parseText(gi_images_json.text)
def gi_images = [];
return gi_images.sort().reverse

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.