Skip to content

Commit ccd41d1

Browse files
committed
Use property in url and update README based on review feedback
1 parent 87a78f2 commit ccd41d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ See those plugins for details.
7575
## Generic SCM step
7676

7777
The `checkout` step may be used to run any other SCM plugin, provided that it has been brought up to date as described below.
78-
(See the [compatibility list](https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md) for the list of currently SCMs.)
78+
(See the [compatibility list](https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md) for the list of currently supported SCMs.)
7979
It could also be used to run an SCM for which there is a special integration that lacks support for an exotic feature.
8080
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.
8181

@@ -109,7 +109,7 @@ with no `<hudson.triggers.SCMTrigger>` (polling).
109109

110110
## Supporting Pipeline from an SCM plugin
111111

112-
See the [compatibility guide](https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md#scms).
112+
See the [compatibility guide](https://jenkins.io/doc/developer/plugin-development/pipeline-integration/#scms).
113113

114114
## Version History
115115

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Pipeline: SCM Step</name>
15-
<url>https://github.com/jenkinsci/workflow-scm-step-plugin</url>
15+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1616
<licenses>
1717
<license>
1818
<name>MIT License</name>

0 commit comments

Comments
 (0)