We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With example in zowe.yaml like:
zowe.yaml
environments: APIML_SECURITY_SAF_URLS_AUTHENTICATE: https://usilca32.lvn.broadcom.net:40030/zss/api/v1/saf/authenticate SAMP_5: TE\"ST SAMP_6: "TE\"ST" SAMP_7: TE"ST SAMP_8: TE " ST SAMP_9: "TE \" ST"
and STC-defined variables:
//STDENV DD * _CEE_ENVFILE_CONTINUATION=\ _CEE_RUNOPTS=HEAPPOOLS(OFF) SAMP_1="TE\"ST" SAMP_2=TE\"ST SAMP_3=TE \" ST SAMP_4="TE \" ST" CONFIG=/z/zwesvusr/zowe/zowe-vnightly-v2/zowe.yaml /*
SAMP_5 is escaped incorrectly for the prepare instance and get-launch-components execution, thus failing startup:
SAMP_5
SAMP_5="TE\\"ST"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With example in
zowe.yaml
like:and STC-defined variables:
SAMP_5
is escaped incorrectly for the prepare instance and get-launch-components execution, thus failing startup:SAMP_5="TE\\"ST"
The text was updated successfully, but these errors were encountered: