-
Notifications
You must be signed in to change notification settings - Fork 26
REL-6746: Add text Deprecated in all the labels of Task #94
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
base: master
Are you sure you want to change the base?
REL-6746: Add text Deprecated in all the labels of Task #94
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we also add a message at the top of the README?
Added to README.md |
README.md
Outdated
# Overview # | ||
|
||
The xlr-xldeploy-plugin is a XL Release plugin that allows to start a control task, start a deployment, migrate a deployment package to another server or get the latest version of an application on XL Deploy. | ||
The xlr-xldeploy-plugin is a XL Release plugin that allows to start a control task, start a deployment, migrate a deployment package to another server or get the latest version of an application on XL Deploy. This plugin is now deprecated and [xlr-xld-plugin](https://github.com/xebialabs/xlr-xld-plugin) is the officially supported plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repo you reference is a private repo. So or that repo is made public, or you should reference the official docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the link to the official how-to documentation
# Overview # | ||
|
||
The xlr-xldeploy-plugin is a XL Release plugin that allows to start a control task, start a deployment, migrate a deployment package to another server or get the latest version of an application on XL Deploy. This plugin is now deprecated and [xlr-xld-plugin](https://docs.xebialabs.com/xl-release/how-to/xld-plugin.html) is the officially supported plugin. | ||
The xlr-xldeploy-plugin is a XL Release plugin that allows to start a control task, start a deployment, migrate a deployment package to another server or get the latest version of an application on XL Deploy. This plugin is now deprecated since XL Release 8.1 and up and [xlr-xld-plugin](https://docs.xebialabs.com/xl-release/how-to/xld-plugin.html) is the officially supported plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the official plugin only work in XLR 8.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The official plugin supports all the community task starting 8.1 and up. It had lesser features in the earlier versions.
<property name="ciProperty" category="input" label="Property name" required="true" | ||
description="Name of the property to update"/> | ||
<property name="propertyValue" category="input" label="Property value" required="true" | ||
description="Value of the property to update"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not be migrated? Why not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are also migrated in the official plugin, added deprecated to CLI tasks too.
No description provided.