Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: e71936ea3688050903c64f07fbef8211ebaf315b
https://github.com/jenkinsci/git-plugin/commit/e71936ea3688050903c64f07fbef8211ebaf315b
Author: Mark Waite <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java
Log Message:
-----------
[JENKINS-63572] test for null pointer exception
GitToolChooser should not report a null pointer exception, even when
the job definition is incorrect.
Commit: be5485d6b3b5bc3bda7aafb207af41403eab601d
https://github.com/jenkinsci/git-plugin/commit/be5485d6b3b5bc3bda7aafb207af41403eab601d
Author: Mark Waite <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
[JENKINS-63572] Avoid NPE if remote configs is empty
If a pipeline job defines the checkout scm step without including a
remote repository, the job will usually fail in other ways.
A null pointer exception is not a friendly way to show a configuration
error to a user.
Commit: 9b36b0967bbd562b18505794f4299bb573386776
https://github.com/jenkinsci/git-plugin/commit/9b36b0967bbd562b18505794f4299bb573386776
Author: Mark Waite <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java
Log Message:
-----------
Remove useless trailing white space
Pipeline example in test does not need
trailing white space
Commit: 22be427e8caf2ab1ce5c116cfe71e7d260ed62bf
https://github.com/jenkinsci/git-plugin/commit/22be427e8caf2ab1ce5c116cfe71e7d260ed62bf
Author: Mark Waite <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java
Log Message:
-----------
Merge pull request #954 from MarkEWaite/fix-npe-on-empty-remote-config
[JENKINS-63572] Avoid NPE if remote config is empty
Compare:
https://github.com/jenkinsci/git-plugin/compare/2d1d96b1337f...22be427e8caf
--
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-plugin/push/refs/heads/master/2d1d96-22be42%40github.com.