jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-70244] Gradle jobdsl tests timing out since 2.357 - multibranchPipelineJob - loop over many repos
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
Apologies if this is not the correct place to log this issue
We have gradle tests that we run on our jobdsl jobs
Since upgrading the jenkinsVersion we are getting timeouts for our tests, for a larger file which defines a number of repos that we loop over to create multi-branch pipeline jobs
I have pinned this down to v2.357 introducing the issue, with v2.356 working as expected
I have pushed the code to test to repo - https://github.com/psimms-r7/jenkins-2.357-breaking-job-dsl-gradle-tests
Running "./gradlew test" here will fail, however amending the jenkinsVersion to 2.356 will pass
See attached debug log
---
Originally reported by psimms_r7, imported from: Gradle jobdsl tests timing out since 2.357 - multibranchPipelineJob - loop over many repos
Raw content of original issue
Apologies if this is not the correct place to log this issue
We have gradle tests that we run on our jobdsl jobs
Since upgrading the jenkinsVersion we are getting timeouts for our tests, for a larger file which defines a number of repos that we loop over to create multi-branch pipeline jobs
I have pinned this down to v2.357 introducing the issue, with v2.356 working as expected
I have pushed the code to test to repo - https://github.com/psimms-r7/jenkins-2.357-breaking-job-dsl-gradle-tests
Running "./gradlew test" here will fail, however amending the jenkinsVersion to 2.356 will pass
See attached debug log
environment
```
jenkins v2.357
gradle tests
jobdsl
multibranchPipelineJob
github-branch-source-plugin
```
1 attachment
- [debug.log](https://issues.jenkins.io/secure/attachment/59649/debug.log)
Contributor guide
Assessment
This issue has not been assessed yet.