Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: f85b230a253329c55be933115102f48595fb5c9b
      
https://github.com/jenkinsci/git-plugin/commit/f85b230a253329c55be933115102f48595fb5c9b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java

  Log Message:
  -----------
  Duplicate null pointer exception in a test


  Commit: 67dcdce97c7f7d8bb36b548a897474e74310317a
      
https://github.com/jenkinsci/git-plugin/commit/67dcdce97c7f7d8bb36b548a897474e74310317a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java

  Log Message:
  -----------
  [JENKINS-70158] Fix null pointer exception in GitSCMFileSystem

When rev was not null and env was null, a null pointer exception was
thrown as the code tried to use the null env to expand environment
variables in the rev argument.

Test duplicates the null pointer exception and this commit resolves the
null pointer exception.


  Commit: 259d353734155b5a37ad7ef501c9b9bf826dc610
      
https://github.com/jenkinsci/git-plugin/commit/259d353734155b5a37ad7ef501c9b9bf826dc610
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
    M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java

  Log Message:
  -----------
  Merge pull request #1362 from MarkEWaite/fix-NPE-in-GitSCMFileSystem

[JENKINS-70158] Fix null pointer exception in GitSCMFileSystem


Compare: 
https://github.com/jenkinsci/git-plugin/compare/f90e8cbe511b...259d35373415

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/f90e8c-259d35%40github.com.

Reply via email to