Skip to content

Commit

Permalink
Fixes #146 Add an example for using labelFile in CC base docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Lacour committed Mar 28, 2019
1 parent 42065d9 commit e66a186
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source-clearcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Any occurences of `$label` in the template will be replaced with the label curre

```groovy
source('clearcase') {
configSpec '/home/rob/tmp/migration.cs'
configSpec 'cc2git/data/product_x.cs'
}
```

Expand All @@ -48,6 +48,12 @@ source('clearcase') {
}
```

```groovy
source('clearcase') {
labelFile 'cc2git/data/product_x_labels.txt'
}
```

##### vobPaths

The paths to load into the view as a List of String.
Expand Down

0 comments on commit e66a186

Please sign in to comment.