File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 1
- # Golang Deployment - CI/CD with Jenkins
2
-
3
- Kubernetes Deployment for Simple Golang API
4
-
5
- 
6
- 
7
- 
8
- [](https://hub.docker.com/r/devopscorner/bookstore/)
9
- 
10
- 
11
- 
12
- 
13
- 
14
- 
15
- 
16
- [](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
- ```
27
1
pipeline {
28
2
agent any
29
3
You can’t perform that action at this time.
0 commit comments