aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_batch_reports.sh
Commit message (Collapse)AuthorAgeFilesLines
* [NO-JIRA] Remove obsolete generate_batch_reports.sh and replay_batch.shZipeng WU2023-02-271-110/+0
|
* [scripts] declare bash function in portable fashionSébastien Lesaint2018-06-121-4/+4
|
* [scripts] use a more portable bash shebangSébastien Lesaint2018-06-121-1/+1
|
* Use -z flag to properly test for stirng length.Patrice Clement2016-08-181-1/+1
| | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
* Remove extraneous echo calls in showHelp().Patrice Clement2016-08-181-6/+6
| | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
* add command line options to generate_batch_reports.shSébastien Lesaint2015-07-021-1/+44
|
* use a private repo before building in generate_batch_reports.shSébastien Lesaint2015-07-021-10/+24
|
* add ability to dump batch report enabled by sonar.batch.dumpReportDirSébastien Lesaint2015-07-021-0/+53
batch report dump are saved in the directory specified by the property sonar.batch.dumpReportDir and the batch is NOT pushed to the server