jenkinsci / jenkinsci/parallel-test-executor-plugin
Regenerating job definition via job dsl clears state
Open
- Dominant language
- Java
- Stars
- 54
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
When ever we make a change to our git repo which contains all the job DSL definitions, and push, all the jobs get recreated, and then on the next run of our job which uses the parallel test executor plugin, instead of running the usual 4 executors job, it only run 1 - as if it loses the state it had regarding the duration of each test.
Since we generate it quite often it quite ruins the effect of using the parallel test executor plugin.
Contributor guide
Assessment
This issue has not been assessed yet.