Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: deploy-plugin
-
Labels:None
-
Similar Issues:
Description
Please add support for deploy plugin to accept parametrized variables for url, user and password.
I tried injecting parameters with envinject and then referencing them in deploy-plugin like %app.server.url%, ${app.server.url}, $app.server.url, but I'm still getting exception
FATAL: java.net.MalformedURLException: no protocol: %app.server%/manager
java.lang.AssertionError: java.net.MalformedURLException: no protocol: %app.server%/manager
Is there any solution or workaround for this? I am desperate to have 1 deployment job which can be used for many environments (DEV, TST etc.)