# pipeline-model-definition-plugin **Repository Path**: mamh-java/pipeline-model-definition-plugin ## Basic Information - **Project Name**: pipeline-model-definition-plugin - **Description**: https://github.com/mamh-java/pipeline-model-definition-plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2025-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Declarative Jenkins Pipelines (Pipeline Model Definition Plugin) The Pipeline Model Definition Plugin provides a config-like syntax for defining Pipelines - thus Declarative Pipeline. ## Documentation * [User guide and syntax reference](https://jenkins.io/doc/book/pipeline/) * [Changelog](https://github.com/jenkinsci/pipeline-model-definition-plugin/releases) * [Changelog for v1.5.0 or earlier](https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/master/CHANGELOG.md) * [Developer Guide](https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/master/DEV_GUIDE.md) * [Instructions for extending this plugin](https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/master/EXTENDING.md) ## 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](EXTENDING.md) ## License [MIT License](https://opensource.org/licenses/mit-license.php)