Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/config-file-provider-plugin
  Commit: 8a635fff80a351b7ac18203f241fabfcb8b12470
      
https://github.com/jenkinsci/config-file-provider-plugin/commit/8a635fff80a351b7ac18203f241fabfcb8b12470
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFile.java

  Log Message:
  -----------
  [JENKINS-67122] Fix NPE in Pipeline Snippet Generator

The Pipeline snippet generator reports an exception when trying to
generate a sample using configFileProvider.  It assumes the context is
always not-null, yet in the context of the Pipeline syntax generator
at the root, there is no context to be used.

https://issues.jenkins.io/browse/JENKINS-67122

See the issue locally by opening
http://localhost:8080/jenkins/pipeline-syntax then selecting
configFileProvider from the drop down list

A different issue is visible when opening from inside a job definition.
It reports HTTP error 403.


  Commit: e4350935b7cc36e680696656269100164ea3ecaf
      
https://github.com/jenkinsci/config-file-provider-plugin/commit/e4350935b7cc36e680696656269100164ea3ecaf
  Author: Adrien Lecharpentier <adrien.lecharpent...@gmail.com>
  Date:   2021-11-16 (Tue, 16 Nov 2021)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFile.java

  Log Message:
  -----------
  Merge pull request #152 from MarkEWaite/fix-npe-in-pipeline-snippet-generator

[JENKINS-67122] Fix NPE in Pipeline Snippet Generator


Compare: 
https://github.com/jenkinsci/config-file-provider-plugin/compare/95c5b2bcbbd1...e4350935b7cc

-- 
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/config-file-provider-plugin/push/refs/heads/master/95c5b2-e43509%40github.com.

Reply via email to