Skip to content

davehancock/ci-sample-service-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-sample-service-go

A Sample project demonstrating how to build and deploy (to Docker Hub) a simple Go app using Jenkins declarative pipeline.

To build the app locally from the command line:

env GOOS=linux GOARCH=386 go build && docker build -t test . && docker run -p 8081:8080 test

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages