Skip to content

Commit

Permalink
[JENKINS-50716] Documentation for flattening of scm/tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 17, 2018
1 parent 3a7175b commit c86bfae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions incrementals.md
Expand Up @@ -38,6 +38,25 @@ and then in the `<properties>` section add
<changelist>-SNAPSHOT</changelist>
```

Also change

```xml
<scm>
<!---->
<tag>HEAD</tag>
</scm>
```

to


```xml
<scm>
<!---->
<tag>${scmTag}</tag>
</scm>
```

Now run

```bash
Expand Down

0 comments on commit c86bfae

Please sign in to comment.