# pipeline-model-definition-plugin **Repository Path**: flydou/pipeline-model-definition-plugin ## Basic Information - **Project Name**: pipeline-model-definition-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Declarative Jenkins Pipelines (Pipeline Model Definition Plugin) [![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/pipeline-model-definition)](https://plugins.jenkins.io/pipeline-model-definition) [![Changelog](https://img.shields.io/github/v/tag/jenkinsci/pipeline-model-definition-plugin?label=changelog)](https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/master/CHANGELOG.md) [![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/pipeline-model-definition?color=blue)](https://plugins.jenkins.io/pipeline-model-definition) [![Contributors](https://img.shields.io/github/contributors/jenkinsci/pipeline-model-definition-plugin.svg)](https://github.com/jenkinsci/pipeline-model-definition-plugin/contributors) 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)