Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supereagle/goline
CI/CD Pipeline for Jenkins 2.0 in Go.
https://github.com/supereagle/goline
cicd jenkins jenkins-pipeline pipeline
Last synced: 2 months ago
JSON representation
CI/CD Pipeline for Jenkins 2.0 in Go.
- Host: GitHub
- URL: https://github.com/supereagle/goline
- Owner: supereagle
- License: apache-2.0
- Created: 2016-10-28T13:55:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T06:05:02.000Z (over 5 years ago)
- Last Synced: 2024-09-30T18:06:17.147Z (3 months ago)
- Topics: cicd, jenkins, jenkins-pipeline, pipeline
- Language: Go
- Homepage:
- Size: 624 KB
- Stars: 8
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goline
## About
Goline is an open source project for CI/CD Pipeline based on Jenkins 2.0.
It supports following project types:
- Maven
- Gradle
- Shell
- Batch## Documentation
### Quick Start
This project requires the Go 1.5+. If you use the Go 1.5, please remember to set the environment `GO15VENDOREXPERIMENT=1` before build the project.```sh
$ go get github.com/supereagle/goline
$ cd $GOPATH/src/github.com/supereagle/goline/cmd
$ go build -v -a -o goline
$ $EDITOR config.json # Add the config file refer to the example config file `config-example.json`
$ ./goline
```## Licensing
goline is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/supereagle/goline/blob/master/LICENSE) for the full
license text.