diff --git a/.jenkins/cicd-jenkins.jenkinsfile b/.jenkins/cicd-jenkins.jenkinsfile index d1dda46..99958f3 100644 --- a/.jenkins/cicd-jenkins.jenkinsfile +++ b/.jenkins/cicd-jenkins.jenkinsfile @@ -1,29 +1,3 @@ -# Golang Deployment - CI/CD with Jenkins - -Kubernetes Deployment for Simple Golang API - -![goreport](https://goreportcard.com/badge/github.com/devopscorner/golang-deployment) -![all contributors](https://img.shields.io/github/contributors/devopscorner/golang-deployment) -![tags](https://img.shields.io/github/v/tag/devopscorner/golang-deployment?sort=semver) -[![docker pulls](https://img.shields.io/docker/pulls/devopscorner/bookstore.svg)](https://hub.docker.com/r/devopscorner/bookstore/) -![download all](https://img.shields.io/github/downloads/devopscorner/golang-deployment/total.svg) -![view](https://views.whatilearened.today/views/github/devopscorner/golang-deployment.svg) -![clone](https://img.shields.io/badge/dynamic/json?color=success&label=clone&query=count&url=https://github.com/devopscorner/golang-deployment/blob/master/clone.json?raw=True&logo=github) -![issues](https://img.shields.io/github/issues/devopscorner/golang-deployment) -![pull requests](https://img.shields.io/github/issues-pr/devopscorner/golang-deployment) -![forks](https://img.shields.io/github/forks/devopscorner/golang-deployment) -![stars](https://img.shields.io/github/stars/devopscorner/golang-deployment) -[![license](https://img.shields.io/github/license/devopscorner/golang-deployment)](https://img.shields.io/github/license/devopscorner/golang-deployment) - ---- - -## Jenkins CI/CD - -- [Jenkins CI/CD](../.jenkins/jenkins-cicd.jenkinsfile) - -## Example CI/CD Script `cicd-jenkins.jenkinsfile` - -``` pipeline { agent any