New
v1.2.0
What's Changed
- Fixing the GetBuild() url path for customized domain in https://github.com/bndr/gojenkins/pull/232
- Added support for secret file credentials. by @jaceq in https://github.com/bndr/gojenkins/pull/233
- Add a GetJobObj() in jenkins.go, also add job as param in GetBuildFro… by @figo in https://github.com/bndr/gojenkins/pull/239
- cli: Add jenkinsctl to repo by @dougsland in https://github.com/bndr/gojenkins/pull/241
- enable utf-8 by @wusphinx in https://github.com/bndr/gojenkins/pull/249
- Add github action go.yaml by @figo in https://github.com/bndr/gojenkins/pull/255
- feat: add support for creating/deleting api tokens by @circa10a in https://github.com/bndr/gojenkins/pull/263
- update jenkinsctl jenkins.go by @iroben in https://github.com/bndr/gojenkins/pull/260
- feat: support creating and deleting users by @circa10a in https://github.com/bndr/gojenkins/pull/264
- Update README.md by @zahiar in https://github.com/bndr/gojenkins/pull/253
- Fix README: Sample Code not working - 404 by @panpan0000 in https://github.com/bndr/gojenkins/pull/279
- New a HTTP Request with context by @Frapschen in https://github.com/bndr/gojenkins/pull/297
- Handle non-string parameters like booleanParam by @novas0x2a in https://github.com/bndr/gojenkins/pull/209
- fix: typo in launchTimeoutSeconds by @PascalBourdier in https://github.com/bndr/gojenkins/pull/329
- Add tests by @damjanek in https://github.com/bndr/gojenkins/pull/334
New Contributors
- @jaceq made their first contribution in https://github.com/bndr/gojenkins/pull/233
- @dougsland made their first contribution in https://github.com/bndr/gojenkins/pull/241
- @wusphinx made their first contribution in https://github.com/bndr/gojenkins/pull/249
- @circa10a made their first contribution in https://github.com/bndr/gojenkins/pull/263
- @iroben made their first contribution in https://github.com/bndr/gojenkins/pull/260
- @zahiar made their first contribution in https://github.com/bndr/gojenkins/pull/253
- @panpan0000 made their first contribution in https://github.com/bndr/gojenkins/pull/279
- @Frapschen made their first contribution in https://github.com/bndr/gojenkins/pull/297
- @novas0x2a made their first contribution in https://github.com/bndr/gojenkins/pull/209
- @PascalBourdier made their first contribution in https://github.com/bndr/gojenkins/pull/329
- @damjanek made their first contribution in https://github.com/bndr/gojenkins/pull/334
Full Changelog: https://github.com/bndr/gojenkins/compare/v1.1.0...v1.2.0