Releases: bndr/gojenkins
Releases · bndr/gojenkins
v1.2.0
What's Changed
- Fixing the GetBuild() url path for customized domain in #232
- Added support for secret file credentials. by @jaceq in #233
- Add a GetJobObj() in jenkins.go, also add job as param in GetBuildFro… by @figo in #239
- cli: Add jenkinsctl to repo by @dougsland in #241
- enable utf-8 by @wusphinx in #249
- Add github action go.yaml by @figo in #255
- feat: add support for creating/deleting api tokens by @circa10a in #263
- update jenkinsctl jenkins.go by @iroben in #260
- feat: support creating and deleting users by @circa10a in #264
- Update README.md by @zahiar in #253
- Fix README: Sample Code not working - 404 by @panpan0000 in #279
- New a HTTP Request with context by @Frapschen in #297
- Handle non-string parameters like booleanParam by @novas0x2a in #209
- fix: typo in launchTimeoutSeconds by @PascalBourdier in #329
- Add tests by @damjanek in #334
New Contributors
- @jaceq made their first contribution in #233
- @dougsland made their first contribution in #241
- @wusphinx made their first contribution in #249
- @circa10a made their first contribution in #263
- @iroben made their first contribution in #260
- @zahiar made their first contribution in #253
- @panpan0000 made their first contribution in #279
- @Frapschen made their first contribution in #297
- @novas0x2a made their first contribution in #209
- @PascalBourdier made their first contribution in #329
- @damjanek made their first contribution in #334
Full Changelog: v1.1.0...v1.2.0
v1.1.0
API Changes:
Added context as input parameter to functions to enable better debugging
Bug fixes:
#214 Jenkins.Init() should check Response.StatusCode
Features:
#220 Add GetBuildFromQueueID() function return the build object base on task/queue id
#221 BuildJob accept map as argument rather than a slice