jenkinsci / parallel-test-executor-plugin

Parallel test executor plugin
https://plugins.jenkins.io/parallel-test-executor/
50 stars 55 forks source link

Parallel branch matching logging and testing #284

Closed Vlatombe closed 5 months ago

Vlatombe commented 5 months ago

This exercises matching based on a parallel branch name, whose name is not directly defined by the pipeline author, but instead through https://github.com/jenkinsci/workflow-cps-plugin/blob/fbed9ac47728af09b7bd94d0197df1e5889139af/plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStepExecution.java#L84

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue