Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joutvhu/multibranch-pipeline-initial-trigger
Is a Jenkins plugin to trigger the Multi-Branch Pipeline Job after it is created
https://github.com/joutvhu/multibranch-pipeline-initial-trigger
create jenkins job multibranch-pipeline plugin trigger
Last synced: about 1 month ago
JSON representation
Is a Jenkins plugin to trigger the Multi-Branch Pipeline Job after it is created
- Host: GitHub
- URL: https://github.com/joutvhu/multibranch-pipeline-initial-trigger
- Owner: joutvhu
- License: mit
- Created: 2023-09-19T18:10:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T01:16:15.000Z (about 1 year ago)
- Last Synced: 2024-04-18T05:06:05.723Z (10 months ago)
- Topics: create, jenkins, job, multibranch-pipeline, plugin, trigger
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Multibranch Pipeline Initial Trigger
[![Build Status](https://ci.jenkins.io/job/Plugins/job/multibranch-pipeline-initial-trigger-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/multibranch-pipeline-initial-trigger-plugin/job/master/)
[![Contributors](https://img.shields.io/github/contributors/jenkinsci/multibranch-pipeline-initial-trigger-plugin.svg)](https://github.com/jenkinsci/multibranch-pipeline-initial-trigger-plugin/graphs/contributors)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/multibranch-pipeline-initial-trigger.svg)](https://plugins.jenkins.io/multibranch-pipeline-initial-trigger)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/multibranch-pipeline-initial-trigger-plugin.svg?label=changelog)](https://github.com/jenkinsci/multibranch-pipeline-initial-trigger-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/multibranch-pipeline-initial-trigger.svg?color=blue)](https://plugins.jenkins.io/multibranch-pipeline-initial-trigger)## Introduction
Trigger the Multi-Branch Pipeline Job after it is created
![Example](images/example.png)
## Issues
Decide where you're going to host your issues, the default is Jenkins JIRA, but you can also enable GitHub issues,
If you use GitHub issues there's no need for this section; else add the following line:Report issues and enhancements in the [Jenkins issue tracker](https://issues.jenkins-ci.org/).
## Contributing
TODO review the default [CONTRIBUTING](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md) file and make sure it is appropriate for your plugin, if not then add your own one adapted from the base file
Refer to our [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md)
## LICENSE
Licensed under MIT, see [LICENSE](LICENSE)