Skip to content

Commit a4bbaa5

Browse files
committed
Updated readme according to changes in tfs service.
1 parent 1d5a638 commit a4bbaa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ Supports the [Visual Studio Team Services](http://www.visualstudio.com/) and [Te
184184
"project": "projectname",
185185
"username": "username",
186186
"pat": "personalaccesstoken",
187-
"queryparams" : "&branchName=refs/heads/master&definitions=4,5,6,7&maxBuildsPerDefinition=1"
187+
"queryparams" : "&branchName=refs/heads/master&definitions=4,5,6,7&maxBuildsPerDefinition=1",
188+
"includeQueued": false
188189
}
189190
}
190191
```
@@ -197,6 +198,7 @@ Supports the [Visual Studio Team Services](http://www.visualstudio.com/) and [Te
197198
| `username` | Username used to login
198199
| `pat` | Personal Access Token with access to builds
199200
| `queryparams` | Any query params that REST API accepts, more info: https://www.visualstudio.com/en-us/docs/integrate/api/build/builds
201+
| `includeQueued` | Set to `true`, if queued builds should be shown on the monitor. Defaults to `false`.
200202

201203
_Note_:
202204
- [Create a peronal access token](https://docs.microsoft.com/en-us/vsts/accounts/use-personal-access-tokens-to-authenticate) with access to read builds.

0 commit comments

Comments
 (0)