Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvmbytes/pipeline-cps-param-plugin
fetch jenkins pipeline script from parameter
https://github.com/jvmbytes/pipeline-cps-param-plugin
jenkins jenkins-ci jenkins-pipeline jenkins-plugin
Last synced: about 1 month ago
JSON representation
fetch jenkins pipeline script from parameter
- Host: GitHub
- URL: https://github.com/jvmbytes/pipeline-cps-param-plugin
- Owner: jvmbytes
- License: apache-2.0
- Created: 2020-04-29T10:08:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T03:01:54.000Z (over 1 year ago)
- Last Synced: 2024-10-30T23:51:43.041Z (3 months ago)
- Topics: jenkins, jenkins-ci, jenkins-pipeline, jenkins-plugin
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parameter Pipeline Plugin
The current official plugin [workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin/)
does provide a way to retrieve a Jenkinsfile through a SCM, such as Git.
The goal of this plugin is to provide another way to retrieve Jenkinsfiles via parameter of pipeline.## How to use the plugin
1. Create a pipeline job
2. Select the `Pipeline script from Parameter` option in the `Pipeline` section## Releasing
To release simply call the following script:
```
mvn release:prepare release:perform
```## Contributing
You can contribute to this plugin by retrieving the source and following the [official Jenkins plugin tutorial](https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial) to install, run, test and package it.
## Legal
This project is licensed under the terms of the [Apache License Version 2.0](LICENSE).