Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/jenkins-multijob-plugin
A new multijob plugin was created by Tikal ALM team. Using this job you can add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel.
https://github.com/jenkinsci/jenkins-multijob-plugin
deprecated
Last synced: about 23 hours ago
JSON representation
A new multijob plugin was created by Tikal ALM team. Using this job you can add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel.
- Host: GitHub
- URL: https://github.com/jenkinsci/jenkins-multijob-plugin
- Owner: jenkinsci
- License: mit
- Created: 2012-01-15T15:42:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T14:33:14.000Z (3 months ago)
- Last Synced: 2025-01-18T11:09:19.034Z (8 days ago)
- Topics: deprecated
- Language: Java
- Homepage: https://plugins.jenkins.io/jenkins-multijob-plugin/
- Size: 834 KB
- Stars: 71
- Watchers: 115
- Forks: 135
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Deprecation Note
This plugin was very popular for many years, but since most of Jenkins usage now is based on Jenkins Pipeline, and the 'parallel' step along with 'BlueOcean' can basically do whatever this plugin does, it is no longer in [Tikal's radar](https://fullstackradar.tikalk.com/tikal/radar/index.html).
Also, we published the [parallelPhase library class](https://github.com/TikalCI/tci-library/blob/master/src/tci/pipeline/parallelPhase.groovy) that can do in pipelines what the plugin does.## When to use MultiJob (tikal-multijob-plugin) plugin ?
- If you'd like to stop the mess with downstream / upstream jobs chains definitions
- When you want to add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel
- Add context to your buildflow implementing parameter inheritance from the MultiJob to all its Phases and Jobs, Phases are sequential whilst jobs inside each Phase are parallel### More info on wiki page @: https://plugins.jenkins.io/jenkins-multijob-plugin/
### Found a bug ? require a new feature ?
#### Feel free to open an issue: https://github.com/jenkinsci/tikal-multijob-plugin/issues
****========