Files
awesome-kubernetes/docs/jenkins.md
Inaki Fernandez 37677c69d0 update
2020-05-07 14:35:59 +02:00

19 KiB
Raw Blame History

Jenkins & Cloudbees

Jenkins

Awesome Jenkins

Jenkins Cheat Sheet

Online Learning

Jenkins Pipeline

Jenkins Architecture. Performance and Scalability

Ansible and Jenkins. Running Ansible Playbooks From Jenkins

Jenkins Plugins

Selection of Jenkins Plugins

Job DSL Plugin (Jenkins Job DSL API)

Jenkins Configuration as Code Plugin

Jenkins Blue Ocean

Cloudbees Flow

Monitoring jenkins

Jenkins and Spring Boot

Kubernetes Native Jenkins Operator

Jervis: Jenkins as a service

  • Jervis is Sam Gleske's vision of a good way to roll out Jenkins as a service in very large organizations.
  • SCM Filter Jervis YAML Plugin This plugin is intended for Jenkins infrastructure relying on jervis to deliver software in a self-service manner. This plugin can also be used for Travis CI YAML.

Jenkins X

Jenkins X is a specialized Jenkins for Kubernetes: This is how it works from a bird eye the CI/CD: a developer creates a branch, then Jenkins X creates a ephemeral namespace with that branch. The developer tests it and once it is ok, a PR is created, then, the branch is deployed in staging. When I merge it, it goes to QA, and with a manual command "jx promote" it goes to production. Jenkins X deletes automatically after N hours the branch namespace.

jenkins and openshift

jenkins hub CD