Skip to content

jenkinsci/pipeline-model-definition-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Declarative Jenkins Pipelines (Pipeline Model Definition Plugin)

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

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