Skip to content

Commit

Permalink
feat(env): add deprecation notice for CI pipeline variables
Browse files Browse the repository at this point in the history
feat #66

- Add note in README.md about the deprecation of CI_PIPELINE_FINISHED and CI_PIPELINE_STARTED variables
- Specify that this change affects Woodpecker server version 3.+ and later
  • Loading branch information
sinlov committed Jan 31, 2025
1 parent d59ba51 commit 24ae857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $ echo "go mod vendor"
before `wd_urfave_cli_v2.UrfaveCliBindInfo()`
- [x] `wd_info.WoodpeckerInfo` is plugin most use env args
from [woodpecker-ci/woodpecker](https://github.com/woodpecker-ci/woodpecker)
- Deprecated `CI_PIPELINE_FINISHED` and `CI_PIPELINE_STARTED` for support woodpecker server 3.+ (v1.22+)
- [x] `wd_info.CiSystemVersionMinimumSupport` and `wd_info.CiSystemVersionConstraint` can check plugin support ci system
version
- [x] `wd_urfave_cli_v2.WoodpeckerUrfaveCliFlags()` bind cli
Expand Down

0 comments on commit 24ae857

Please sign in to comment.