]
Michal Jurc updated WFWIP-212:
------------------------------
Environment:
18.0-EAP7-1216 builder image
was:
{{docker-registry.upshift.redhat.com/kwills/eap-cd-openshift-rhel8:18.0-EAP7-1216
18.0-EAP7-1216}} builder image
[Galleon] openshift-common.sh will always shut down without any error
message if something goes wrong with JBoss CLI
--------------------------------------------------------------------------------------------------------------------
Key: WFWIP-212
URL:
https://issues.jboss.org/browse/WFWIP-212
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Environment:
docker-registry.upshift.redhat.com/kwills/eap-cd-openshift-rhel8:18.0-EAP...
18.0-EAP7-1216 builder image
Reporter: Michal Jurc
Assignee: Brian Stansberry
Priority: Blocker
The build will exit without any message no matter if something goes wrong around this
line in {{openshift-common.sh}}:
{code:bash}eval ${JBOSS_HOME}/bin/jboss-cli.sh
"--file=${CLI_SCRIPT_FILE_FOR_EMBEDDED}"
"--properties=${CLI_SCRIPT_PROPERTY_FILE}"
"&>${CLI_SCRIPT_OUTPUT_FILE}"{code}