github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/cmd/checkmetrics/history/README.md (about) 1 # checkmetrics/history.sh 2 3 A simple script that extracts historical metrics test data from the 4 Jenkins CI server and generates a set of statistical data that can then 5 be used to adjust the metrics CI baseline data. 6 7 ## Arguments 8 9 The script can take a number of command line arguments to set the 10 Jenkins jobs to examine, and how far back in history to look. 11 12 If the metrics data evaluated needs to be changed, this has to be 13 edited in the script file directly, as it requires updating matching 14 pairs of test names and `jq` JSON query strings. 15 16 See the script source or `history.sh -h` for more information.