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

Nightly job on JIRO is not triggered automatically anymore #3049

Closed
LorenzoBettini opened this issue May 17, 2024 · 3 comments
Closed

Nightly job on JIRO is not triggered automatically anymore #3049

LorenzoBettini opened this issue May 17, 2024 · 3 comments

Comments

@LorenzoBettini
Copy link
Contributor

The job on the main branch used to trigger the nightly deployment on JIRO, but this does not happen anymore.

The trigger is always skipped like that

Stage "Trigger Snapshot Deployment" skipped due to when conditional

The condition is like that

currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')

So something must have changed on JIRO

@LorenzoBettini
Copy link
Contributor Author

I seem to understand that the type of event has changed: it used to be "branch indexing" while now is "push" event.

@LorenzoBettini
Copy link
Contributor Author

@cdietrich I did a few experiments, and this 2c49539 should fix the problem; let's wait for the build to finish and check that.

@LorenzoBettini
Copy link
Contributor Author

Indeed it's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant