From 0b5f4b7ac01f1ca6c5f9f9de46360eec7586df91 Mon Sep 17 00:00:00 2001 From: Chas Honton Date: Fri, 1 Mar 2024 13:23:37 -0800 Subject: [PATCH] Update README.md (#109) --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 93f34865..482d5274 100644 --- a/README.md +++ b/README.md @@ -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)
[![Plugin](https://img.shields.io/jenkins/plugin/v/extended-choice-parameter.svg)](https://plugins.jenkins.io/extended-choice-parameter)
-# 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: @@ -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