Skip to content
Snippets Groups Projects
Commit 2d2cd4cb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'michaelkebe-master-patch-77009' into 'master'

docs: Replaced / with : after hostname in scm example

See merge request to-be-continuous/maven!79
parents 1ee575b1 d043cc40
No related branches found
No related tags found
No related merge requests found
...@@ -428,8 +428,8 @@ The template handles both classic variable and file variable. ...@@ -428,8 +428,8 @@ The template handles both classic variable and file variable.
```xml ```xml
<scm> <scm>
<connection>scm:git:git@gitlab-host/path/to/my/project.git</connection> <connection>scm:git:ssh://git@gitlab-host/path/to/my/project.git</connection>
<developerConnection>scm:git:git@gitlab-host/path/to/my/project.git</developerConnection> <developerConnection>scm:git:ssh://git@gitlab-host/path/to/my/project.git</developerConnection>
... ...
</scm> </scm>
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment