Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.88 KB

File metadata and controls

40 lines (25 loc) · 1.88 KB

Declarative Jenkins Pipelines (Pipeline Model Definition Plugin)

Jenkins Plugin Changelog Jenkins Plugin Installs Contributors

The Pipeline Model Definition Plugin provides a config-like syntax for defining Pipelines - thus Declarative Pipeline.

This plugin requires Jenkins 2.121.1 or later

WARNING: Older versions of this plugin may not be safe to use. Please review the following warnings before using an older version:

Documentation

Developing

  • To start developing plugin:
  • Clone the plugin repository cd pipeline-model-definition && mvn install && mvn hpi:run

API extension

For functionality extending, and the API information, consult EXTENDING.md

License

MIT License