Skip to content

Commit

Permalink
Doc: formatting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
p4paul committed Sep 3, 2018
1 parent e97eabb commit 6a24507
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/MULTI.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,22 @@ The trigger needs to POST a JSON payload to the Jenkins end-point `JENKINS_URL/

### Perforce Change JSON payload

```json
```
{
"p4port": <P4PORT>, Perforce P4PORT (must match the Jenkins Credential)
"p4port": P4PORT, Perforce P4PORT (must match the Jenkins Credential)
"change": 10001, Change number to sync files for build
"event_type": "UPDATED" Event type (currently only UPDATED is supported)
}
```

### Swarm Commit JSON payload

```json
```
{
"p4port": <P4PORT>, Perforce P4PORT (must match the Jenkins Credential)
"project": <PROJECT>, Swarm Project name
"branch": <BRANCH>, Swarm Branch name
"path": <PATH>, Swarm Path name
"p4port": P4PORT, Perforce P4PORT (must match the Jenkins Credential)
"project": PROJECT, Swarm Project name
"branch": BRANCH, Swarm Branch name
"path": PATH, Swarm Path name
"change": 10001, Change number to sync files for build
"status": "committed", Change status is "committed"
"event_type": "UPDATED" Event type (currently only UPDATED is supported)
Expand All @@ -179,12 +179,12 @@ The trigger needs to POST a JSON payload to the Jenkins end-point `JENKINS_URL/

### Swarm Shelved JSON payload (draft: not yet supported)

```json
```
{
"p4port": <P4PORT>, Perforce P4PORT (must match the Jenkins Credential)
"project": <PROJECT>, Swarm Project name
"branch": <BRANCH>, Swarm Branch name
"path": <PATH>, Swarm Path name
"p4port": P4PORT, Perforce P4PORT (must match the Jenkins Credential)
"project": PROJECT, Swarm Project name
"branch": BRANCH, Swarm Branch name
"path": PATH, Swarm Path name
"change": 10001, Change number to sync files for build
"review": 10022, Review number to unshelve for build
"status": "shelved", Change status is "shelved"
Expand Down

0 comments on commit 6a24507

Please sign in to comment.