Skip to content

Commit

Permalink
Use single quotes for pipeline example (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 21, 2021
1 parent 0caa036 commit 203572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Publishes test results while tests run, rather than waiting for completion like

```groovy
realtimeJUnit('**/target/surefire-reports/TEST-*.xml') {
sh "mvn -Dmaven.test.failure.ignore=true clean package"
sh 'mvn -Dmaven.test.failure.ignore=true clean verify'
}
```

Expand Down

0 comments on commit 203572a

Please sign in to comment.