Docker image for Jenkins pipeline golang build. It includes the following:
- Source Image:
golang:1.8-alpine
(https://hub.docker.com/_/golang/)
- Cobertura Coverage Tools:
- gocov
- gocov-xml
- Generate coverage XML for Jenkins Cobertura plugin
- gocov-html
- Generate coverage HTML to archive
Docker Hub: docker-jenkins-golang