Skip to content

Commit

Permalink
[JENKINS-40593] Broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 27, 2017
1 parent c23f0e7 commit 6fb0724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -69,7 +69,7 @@ See those plugins for details.
# Generic SCM step

The `checkout` step may be used to run any other SCM plugin, provided that it has been brought up to date as described below.
(See the [compatibility list](../COMPATIBILITY.md) for the list of currently SCMs.)
(See the [compatibility list](https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md) for the list of currently SCMs.)
It could also be used to run an SCM for which there is a special integration that lacks support for an exotic feature.
The step takes an `scm` parameter which is a map containing at least a `$class` parameter giving the full or simple class name of the desired `SCM` implementation, and the standard `poll` and `changelog` parameters.

Expand Down Expand Up @@ -103,4 +103,4 @@ with no `<hudson.triggers.SCMTrigger>` (polling).

# Supporting Pipeline from an SCM plugin

See the [compatibility guide](../COMPATIBILITY.md#plugin-developer-guide).
See the [compatibility guide](https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md#scms).

0 comments on commit 6fb0724

Please sign in to comment.