Skip to content

Commit

Permalink
Sync README with main (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFuchsTT authored and MartinGroscheTT committed Nov 15, 2024
1 parent 48a6529 commit 14e6efb
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 @@ -86,7 +86,10 @@ node('windows') {
ttRunPackage testCasePath: 'sample.pkg', testConfig: [tbcPath: '', tcfPath: '', forceConfigurationReload: true, constants: [[label: 'sample', value: '\'sampleValue\'']]]
}
stage('Provide ecu.test logs in jenkins') {
ttProvideLogs timeout: 60
ttProvideLogs(publishConfig: [allowMissing: true, timeout: 10, keepAll: true])
}
stage('Provide ecu.test trf/prf reports in jenkins') {
ttProvideReports(publishConfig: [allowMissing: true, timeout: 10, keepAll: true])
}
stage('Generate Reports') {
ttGenerateReports 'HTML'
Expand Down

0 comments on commit 14e6efb

Please sign in to comment.