Skip to content

Tags: appleboy/drone-jenkins

Tags

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
refactor: refactor codebase to use plural form 'parameters'

- Rename `parameter` to `parameters` in CLI flags and environment variables
- Update function calls to use `parameters` instead of `parameter`
- Change struct field `Parameter` to `Parameters`
- Modify loop variable to iterate over `Parameters` instead of `Parameter`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: enhance CI/CD pipeline with GoReleaser integration

- Replace `go-version` with `go-version-file` and add `check-latest` in GitHub Actions workflow
- Add `.goreleaser.yaml` configuration file with build, archive, checksum, snapshot, release, and changelog settings

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for insecure TLS connections (#34)

- Add `crypto/tls` import in `jenkins.go`
- Add `Client` field to `Jenkins` struct
- Modify `NewJenkins` function to accept an `insecure` parameter and configure HTTP client accordingly
- Update `sendRequest` method to use the `Client` field from the `Jenkins` struct
- Update tests in `jenkins_test.go` to include the `insecure` parameter in `NewJenkins` calls
- Add `insecure` flag to CLI options in `main.go`
- Add `Insecure` field to `Plugin` struct
- Update `Plugin.Exec` method to pass `Insecure` field to `NewJenkins`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs: refactor codebase and update documentation

- Update installation command from `go get` to `go install` in README.md

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.3.2

Toggle v1.3.2's commit message
update docs

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

1.3.1

Toggle 1.3.1's commit message
chore: mirror changes

1.3.0

Toggle 1.3.0's commit message
remove branch

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.2.2

Toggle v1.2.2's commit message
support group build (#19)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.2.1

Toggle v1.2.1's commit message
fix: show error if missing jobs.

v1.2.0

Toggle v1.2.0's commit message
docs: update