Skip to content

Commit 2a01d9c

Browse files
committed
Fixing jenkinsfile cicd pipeline
1 parent d635c37 commit 2a01d9c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.jenkins/cicd-jenkins.jenkinsfile

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
# Golang Deployment - CI/CD with Jenkins
2-
3-
Kubernetes Deployment for Simple Golang API
4-
5-
![goreport](https://goreportcard.com/badge/github.com/devopscorner/golang-deployment)
6-
![all contributors](https://img.shields.io/github/contributors/devopscorner/golang-deployment)
7-
![tags](https://img.shields.io/github/v/tag/devopscorner/golang-deployment?sort=semver)
8-
[![docker pulls](https://img.shields.io/docker/pulls/devopscorner/bookstore.svg)](https://hub.docker.com/r/devopscorner/bookstore/)
9-
![download all](https://img.shields.io/github/downloads/devopscorner/golang-deployment/total.svg)
10-
![view](https://views.whatilearened.today/views/github/devopscorner/golang-deployment.svg)
11-
![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)
12-
![issues](https://img.shields.io/github/issues/devopscorner/golang-deployment)
13-
![pull requests](https://img.shields.io/github/issues-pr/devopscorner/golang-deployment)
14-
![forks](https://img.shields.io/github/forks/devopscorner/golang-deployment)
15-
![stars](https://img.shields.io/github/stars/devopscorner/golang-deployment)
16-
[![license](https://img.shields.io/github/license/devopscorner/golang-deployment)](https://img.shields.io/github/license/devopscorner/golang-deployment)
17-
18-
---
19-
20-
## Jenkins CI/CD
21-
22-
- [Jenkins CI/CD](../.jenkins/jenkins-cicd.jenkinsfile)
23-
24-
## Example CI/CD Script `cicd-jenkins.jenkinsfile`
25-
26-
```
271
pipeline {
282
agent any
293

0 commit comments

Comments
 (0)