Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-client-plugin
Commit: 2248838bee667deaa87ba0cf6a374943c80928b4
https://github.com/jenkinsci/git-client-plugin/commit/2248838bee667deaa87ba0cf6a374943c80928b4
Author: Mark Waite <[email protected]>
Date: 2020-09-26 (Sat, 26 Sep 2020)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
Log Message:
-----------
Throw GitException as expected in GitClientTest
When command line git does not support remote symbolic references, the
test intentionally exits early. In order to pass the test, it needs
to throw the expected exception instead of simply returning. Throw the
expected exception.
Allows tests to run successfully on CentOS 7 with git 1.8.3.
Commit: af2f941cdbc6d95b527ecbe318bc3b117eb78ff0
https://github.com/jenkinsci/git-client-plugin/commit/af2f941cdbc6d95b527ecbe318bc3b117eb78ff0
Author: Mark Waite <[email protected]>
Date: 2020-09-26 (Sat, 26 Sep 2020)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
Log Message:
-----------
Merge pull request #618 from MarkEWaite/throw-exception-on-test-exit
Throw GitException as expected in GitClientTest
Compare:
https://github.com/jenkinsci/git-client-plugin/compare/d3e1716f21b4...af2f941cdbc6
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/master/d3e171-af2f94%40github.com.