Skip to content

Commit

Permalink
Fix documentation for TEST-GUIDE upload step (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophW committed Dec 13, 2022
1 parent 10ed9d2 commit c1bd8ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,17 @@ node('windows') {
ttGenerateReports 'HTML'
}
stage('Upload Reports') {
ttUploadReports testGuideUrl: 'http://HOST:Port', authKey: 'ApIAUTheNtiCatIOnKeY0123456789', projectId: 1
ttUploadReports credentialsId: 'tgAuthKey', projectId: 1, testGuideUrl: 'http://HOST:Port'
}
stage('Stop Tools') {
ttStopTool 'ECU-TEST'
}
}
```

The [TEST-GUIDE](https://www.tracetronic.com/products/test-guide/) authentication key has to be set as a Jenkins
[credential](https://www.jenkins.io/doc/book/using/using-credentials/) (username and password) to be used in the *ttUploadReports* step.

## Migration

See [migration guide](docs/Migration.md) for information about how to migrate from previous plugin version 2.x to 3.x using the new pipeline syntax.
Expand Down

0 comments on commit c1bd8ae

Please sign in to comment.