Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 724 Bytes

extension.md

File metadata and controls

13 lines (9 loc) · 724 Bytes

Extending Jenkins

Developing plugins is valuable alone but isn't necessary to benefit from the resources to do so:

  • Learn the internals of Jenkins
  • Which can disambiguate confusing terminology like project/job/pipeline/build/etc
    • And we all know code tells the true state of reality so it can clear up things like outdated documentation and inconsistent UI labeling.

Extension Points