-
Notifications
You must be signed in to change notification settings - Fork 96
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
Use non-deprecated lazily evaluated iterateEnclosingBlocks #133
Conversation
Signed-off-by: Raihaan Shouhell <raihaan.shouhell@autodesk.com>
Rebuilding |
Flaky Windows agent in the CI build, rebuilding:
|
Two test failures: |
Hmm, looks like the failures this time are the ones mentioned at the bottom of #139 (comment); I'll look into them. |
79b5ef8 improves the tests so that failure messages will actually tell us what the difference is between the expected and actual behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the tests passed this time, and as far as I can tell the main change shouldn't have introduced any new flaky tests, so I am going to go ahead and merge the PR.
Signed-off-by: Raihaan Shouhell raihaan.shouhell@autodesk.com
Replacing the deprecated FlowScanningUtils.
See:
https://github.com/jenkinsci/workflow-api-plugin/blob/f21a0577338eecb418d9f354de600a1a509e84f9/src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/FlowScanningUtils.java#L113-L124