Skip to content

Commit

Permalink
Link to extension point documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 1, 2023
1 parent 5357564 commit 0e34596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ would become\
<code>?job=<span style="color: blue">path%2Fto%2Fjob</span>%2Fbranch<b style="color: red">%252F</b>path</code> <b style="color: green">&#10004;</b>

##### *ExtensionPoint*
This plugin provides a `JobSelectorExtensionPoint` which allow for custom job selector implementations.
This plugin provides a [`JobSelectorExtensionPoint`](https://www.jenkins.io/doc/developer/extensions/embeddable-build-status/#jobselectorextensionpoint) which allow for custom job selector implementations.

## `build`
Select the build.
Expand Down Expand Up @@ -111,7 +111,7 @@ Allowed selectors are:
- `lastSuccessful:${params.BRANCH=master}`

##### *ExtensionPoint*
This plugin provides a `RunSelectorExtensionPoint` which allow for custom run selector implementations.
This plugin provides a [`RunSelectorExtensionPoint`](https://www.jenkins.io/doc/developer/extensions/embeddable-build-status/#runselectorextensionpoint) which allow for custom run selector implementations.

### *Concatenation*

Expand Down Expand Up @@ -139,7 +139,7 @@ Available builtin variables are:
Example: `?subject=Build ${params.BUILD_BRANCH|master} (${displayName})`

##### *ExtensionPoint*
This plugin provides a `ParameterResolverExtensionPoint` which allow for custom `${<Parameter>}` resolver implementations.
This plugin provides a [`ParameterResolverExtensionPoint`](https://www.jenkins.io/doc/developer/extensions/embeddable-build-status/#parameterresolverextensionpoint) which allow for custom `${<Parameter>}` resolver implementations.
# DSL

```groovy
Expand Down

0 comments on commit 0e34596

Please sign in to comment.