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

Fix issues #15 (double-accounting) and #16 (continued mix-up of DSBC goals and labels) #18

Merged
merged 50 commits into from
Jul 10, 2023

Conversation

jimklimov
Copy link
Member

@jimklimov jimklimov commented Jul 10, 2023

Closes: #16
Closes: #15

Also should reduce the appearance of duplicate (or otherwise similar) "yellow badge" reports in Build History column by more diligent clean-up attempts before posting the latest update (parallel code races).

* Avoid mess-up of static/reusable vs. dynamic variables
* Use stricter types where possible instead of "def" (watch out for fallout!)
* Revise Set of Lists (as Tuples) vs. Maps for parallel stage preparation
… org.jenkinsci.plugins.workflow.cps.EnvActionImpl
…dsbc and stageName (static clone!) objects as in bodyData[] [#16]
…) the shared definition and rehydrate() to make a unique Closure instance

Finally! Probably this is what fixes #16 (at least test runs do look better)
… Dynamatrix object identifier and avoid printing "Not all went well: [:]" if possible
…e, countStagesIncrement) with this.shouldDebugTrace()
…(seems they have a way to store stats into parent after all)
@jimklimov jimklimov added bug Something isn't working enhancement New feature or request labels Jul 10, 2023
@jimklimov jimklimov merged commit ec3428d into master Jul 10, 2023
jimklimov added a commit that referenced this pull request Jul 11, 2023
Fix reporting of quick-test phase failures and some fallout from #18
@jimklimov jimklimov deleted the issue-15 branch July 11, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid visual mismatch of DSBC descriptions and labels countStagesAbortedSafe seems to be counted twice
1 participant