|
| 1 | +## Does anyone want to become a maintainer of this plugin? |
| 2 | +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). |
| 3 | +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. |
| 4 | +Still, there are many users of the plugin that asked for fixes and new features, so we'll appreciate anyone willing to become a maintainer of the plugin. |
| 5 | + |
1 | 6 | ## When to use MultiJob (tikal-multijob-plugin) plugin ? |
2 | 7 | - If you'd like to stop the mess with downstream / upstream jobs chains definitions |
3 | 8 | - When you want to add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel |
4 | 9 | - 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 |
5 | 10 |
|
6 | | -### More info on wiki page @: https://wiki.jenkins.io/display/JENKINS/Multijob+Plugin |
| 11 | +### More info on wiki page @: https://plugins.jenkins.io/jenkins-multijob-plugin/ |
7 | 12 |
|
8 | 13 | ### Found a bug ? require a new feature ? |
9 | 14 | #### Feel free to open an issue: https://github.com/jenkinsci/tikal-multijob-plugin/issues |
10 | 15 | **** |
11 | | -### Plugin CI job: https://jenkins.ci.cloudbees.com/job/plugins/job/tikal-multijob-plugin/ |
12 | 16 |
|
13 | 17 | ======== |
14 | | -## Does anyone want to become a maintainer of this plugin??? |
15 | | -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). |
16 | | -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. |
17 | | -Still, there are many users of the plugin that asked for fixes and new features, so we'll appreciate anyone willing to become a maintainer of the plugin. |
| 18 | + |
0 commit comments