From b80f279461c7524378662b758640366f9f9dec9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pra=C5=BCak?= Date: Mon, 21 Oct 2019 11:48:33 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5324806e..e78b89bc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/jenkinsci/kubernetes-operator "Go Report Card")](https://goreportcard.com/report/github.com/jenkinsci/kubernetes-operator) [![Docker Pulls](https://img.shields.io/docker/pulls/virtuslab/jenkins-operator.svg)](https://hub.docker.com/r/virtuslab/jenkins-operator/tags) -Visit [website](https://jenkinsci.github.io/kubernetes-operator/) for the full documentation, examples and guides. +Go to [**our documentation website**](https://jenkinsci.github.io/kubernetes-operator/) for more informaiton, with examples and guides. ![logo](/assets/jenkins_gopher_wide.png) @@ -15,10 +15,10 @@ Jenkins operator is a Kubernetes native operator which fully manages Jenkins on It was built with immutability and declarative configuration as code in mind. Out of the box it provides: -- integration with Kubernetes -- pipelines as code -- extensibility via groovy scripts or configuration as code plugin -- security and hardening +- integration with Kubernetes ([Jenkins kubernetes-plugin](https://github.com/jenkinsci/kubernetes-plugin)) +- pipelines as code ([Jenkins pipelines](https://jenkins.io/doc/book/pipeline/)) +- extensibility via groovy scripts (simmilar to [Jenkins script console](https://wiki.jenkins.io/display/JENKINS/Jenkins+Script+Console)) or ([configuration as code plugin](https://github.com/jenkinsci/configuration-as-code-plugin)) +- secure defaults and hardening (see [the security section](https://jenkinsci.github.io/kubernetes-operator/docs/security/) of the documentaiton) ## Problem statement and goals @@ -58,4 +58,4 @@ This project was originally developed by [VirtusLab](https://virtuslab.com/) and [how_it_works]:documentation/how-it-works.md [security]:documentation/security.md [developer_guide]:documentation/developer-guide.md -[jenkins_scheme]:documentation/v0.2.0/jenkins-v1alpha2-scheme.md \ No newline at end of file +[jenkins_scheme]:documentation/v0.2.0/jenkins-v1alpha2-scheme.md