Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #109

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/extended-choice-parameter.svg?color=blue&label=installations)](https://plugins.jenkins.io/extended-choice-parameter)<br/>
[![Plugin](https://img.shields.io/jenkins/plugin/v/extended-choice-parameter.svg)](https://plugins.jenkins.io/extended-choice-parameter)<br/>

# END OF FEATURE
This release will probably be last release for certain parameters.
# END OF LIFE
Given the age of this plugin and the number of security issues with the code base, no further development is expected. There are
many excellent alternatives that may suit your purpose.

# ALTERNATIVES
There are other parameter plugins to use for user inputs.
- [Json Editor Parameter](https://plugins.jenkins.io/json-editor-parameter/)
- [Active Choices](https://plugins.jenkins.io/uno-choice/)
- [Extensible Choice](https://plugins.jenkins.io/extensible-choice-parameter/)
- [Editable Choice](https://plugins.jenkins.io/editable-choice/)

## File Inputs and Outputs
Any file I/O will be removed in a future version. Use another step to read or write files:
Expand All @@ -18,12 +26,6 @@ Any Groovy Scripting will be removed in a future version. Use
or another plugin to execute groovy:
- [Groovy](https://plugins.jenkins.io/groovy/)

# ALTERNATIVES
There are other parameter plugins to use for user inputs.
- [Active Choices](https://plugins.jenkins.io/uno-choice/)
- [Extensible Choice](https://plugins.jenkins.io/extensible-choice-parameter/)
- [Editable Choice](https://plugins.jenkins.io/editable-choice/)

## Introduction

The `extended-choice-parameter-plugin` creates various types of choice fields for use with the
Expand Down