Skip to content
New issue

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

[Bug]: Build job failed to close GitHub issue because on null object. #372

Closed
zelinh opened this issue Jan 26, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@zelinh
Copy link
Member

zelinh commented Jan 26, 2024

Describe the bug

The post stage of our distribution build job failed on closing GitHub issue because it pointed on null object.

for (message in passMessages.unique()) {

The job ends up marking as failed even though all build and assemble are succeed and all artifacts are uploaded.
More context:

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants