-
Notifications
You must be signed in to change notification settings - Fork 64
Remove git client plugin test exclusions #1541
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
Changes from 6 commits
e6d7d76
64419a7
d44c985
2e6f6cc
9aaea01
2622623
b91a061
64d4984
5edd218
ecbd661
45697a9
e9b28a9
fa87c05
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| <configuration-as-code-plugin.version>1559.v38a_b_2e3b_6b_b_7</configuration-as-code-plugin.version> | ||
| <data-tables-api.version>1.12.1-4</data-tables-api.version> | ||
| <forensics-api.version>1.15.1</forensics-api.version> | ||
| <git-plugin.version>4.11.5</git-plugin.version> | ||
| <git-plugin.version>4.13.0</git-plugin.version> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. superseding #1536 |
||
| <mina-sshd-api.version>2.9.1-44.v476733c11f82</mina-sshd-api.version> | ||
| <pipeline-model-definition-plugin.version>2.2118.v31fd5b_9944b_5</pipeline-model-definition-plugin.version> | ||
| <pipeline-stage-view-plugin.version>2.27</pipeline-stage-view-plugin.version> | ||
|
|
@@ -343,7 +343,7 @@ | |
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>git-client</artifactId> | ||
| <version>3.11.0</version> | ||
| <version>3.13.0</version> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. superseding #1539 |
||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,9 +12,3 @@ org.jenkinsci.plugins.gitclient.FilePermissionsTest | |
|
|
||
| # TODO tends to run out of memory | ||
| org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest | ||
|
|
||
| # TODO https://github.com/jenkinsci/git-client-plugin/pull/920 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. picking up jenkinsci/git-client-plugin#920 |
||
| org.jenkinsci.plugins.gitclient.CliGitAPIImplTest | ||
| org.jenkinsci.plugins.gitclient.GitClientTest | ||
| org.jenkinsci.plugins.gitclient.JGitAPIImplTest | ||
| org.jenkinsci.plugins.gitclient.JGitApacheAPIImplTest | ||
Uh oh!
There was an error while loading. Please reload this page.