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
Behind nginx the httpResponse by SCMM looks like so for example:
httpResponse header [server:nginx/1.17.10, date:Wed, 24 Mar 2021 20:03:24 GMT, cache-control:no-cache, location:https://my.host/scm/api/v2/pull-requests/fluxv1/gitops/4]
Leading to
java.lang.NullPointerException: Cannot invoke method split() on null object
Because we look up the header like so:
return httpResponse.headers.Location.split("/")[-1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Behind nginx the httpResponse by SCMM looks like so for example:
Leading to
Because we look up the header like so:
The text was updated successfully, but these errors were encountered: