Skip to content

Commit

Permalink
Fix broken link to Branch API plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 1, 2020
1 parent d233ad9 commit 936dd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/consumer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ In order to allow for some rollback of some of these side-effects, typically one

This leaves only one job with meaningless change logs / build status history / trend charts / etc, but we still have the issue of needing to maintain all the sustaining branches.

The https://plugins.jenkins.io/branch-api+Plugin[Branch API plugin] was developed as a second alternative solution to this problem space.
The https://plugins.jenkins.io/branch-api[Branch API plugin] was developed as a second alternative solution to this problem space.
The idea behind the Branch API plugin is to have a special job type which will follow all the branches in a repository and create sub-jobs for each branch. These branch specific jobs can then be managed automatically by the multi-branch project such that they can be removed automatically after the corresponding branch has been removed.

Each branch specific sub-job has:
Expand Down

0 comments on commit 936dd4b

Please sign in to comment.