Skip to content

Commit

Permalink
Fixing jenkinsfile cicd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Feb 14, 2023
1 parent d635c37 commit 2a01d9c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .jenkins/cicd-jenkins.jenkinsfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2a01d9c

Please sign in to comment.