https://github.com/withlin/go-jenkins-sample
https://github.com/withlin/go-jenkins-sample
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/withlin/go-jenkins-sample
- Owner: withlin
- License: mit
- Created: 2019-10-08T02:15:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:20:58.000Z (over 3 years ago)
- Last Synced: 2024-12-28T18:32:40.275Z (over 1 year ago)
- Language: Go
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-jenkinsapi-sample
### 我们的需求?
* 创建job
* 获取构建状态
* 获取构建的日志
* **github.com/bndr/gojenkins**基本满足需求
## 获取构建日志