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
The post stage of our distribution build job failed on closing GitHub issue because it pointed on null object.
opensearch-build-libraries/vars/closeBuildSuccessGithubIssue.groovy
Line 20 in ae6bcad
Error when executing always post condition: Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 4bfa0068-7d2e-4716-bb0f-27d9c83d6f4c java.lang.NullPointerException: Cannot invoke method unique() on null object
https://build.ci.opensearch.org/job/distribution-build-opensearch-dashboards/7164/console
Run distribution build job.
No response
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Seems like the issue is fixed as we have successful OSD builds https://build.ci.opensearch.org/blue/organizations/jenkins/distribution-build-opensearch-dashboards/detail/distribution-build-opensearch-dashboards/7295/pipeline
See https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/UpdateBuildFailureIssues.groovy#L31-L35
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The post stage of our distribution build job failed on closing GitHub issue because it pointed on null object.
opensearch-build-libraries/vars/closeBuildSuccessGithubIssue.groovy
Line 20 in ae6bcad
The job ends up marking as failed even though all build and assemble are succeed and all artifacts are uploaded.
More context:
https://build.ci.opensearch.org/job/distribution-build-opensearch-dashboards/7164/console
To reproduce
Run distribution build job.
Expected behavior
No response
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: