jenkinsci / cdevents-plugin

The CDEvents Plugin for Jenkins allows interoperability between different CI/CD tools by adopting core CDF project specification
https://plugins.jenkins.io/cdevents/
Apache License 2.0
4 stars 9 forks source link

Should judge null when get jenkins http proxy setting #9

Closed wuhuizuo closed 11 months ago

wuhuizuo commented 1 year ago

Describe the bug when no http proxy setting, cd events failed to send by http sinker type.

To Reproduce Steps to reproduce the behavior:

  1. None http proxy setting on jenkins server.
  2. Set http sinker type.
  3. Run a job
  4. view the jenkins system log.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

If applicable, add screenshots to help explain your problem.

image

Additional context Add any other context about the problem here.

rorybakerfmr commented 11 months ago

Good summary and pull request - we have accepted these changes. Thank you!