]
Andre Dietisheim commented on JBIDE-21092:
------------------------------------------
[~jrichter1] Not sure how we could do that. Most likely Source_URL always is required but
we'd need to make sure this is the case across all templates that we currently have
and for the ones in the future.
Application wizard: Warn when a template points Source URL to a
parameter with empty value
-------------------------------------------------------------------------------------------
Key: JBIDE-21092
URL:
https://issues.jboss.org/browse/JBIDE-21092
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Jan Richter
Labels: application_wizard, openshift_v3
If a template defines a parameter for Source URL {noformat}(i.e. Source_URL =
${GIT_URI}){noformat} but leaves it empty, the application wizard can be finished, but in
the end the application creation fails because of the missing URL.
It might be better to validate if the actual value passed is not empty.