* add repository to ci_build_metrics
* fixing build
* changing the job to pass the right parameters
* passing parameters that need to be expanded
* missed this, important
* fixing typo
parser.add_argument('-p','--platform',dest="platform",help="Platform to gather metrics for")
parser.add_argument('-p','--platform',dest="platform",help="Platform to gather metrics for")
parser.add_argument('-r','--repository',dest="repository",help="Repository to gather metrics for")
parser.add_argument('-a','--jobname',dest="jobname",default="unknown",help="Name/tag of the job in the CI system (used to track where the report comes from, constant through multiple runs)")
parser.add_argument('-a','--jobname',dest="jobname",default="unknown",help="Name/tag of the job in the CI system (used to track where the report comes from, constant through multiple runs)")
parser.add_argument('-u','--jobnumber',dest="jobnumber",default=-1,help="Number of run in the CI system (used to track where the report comes from, variable through runs)")
parser.add_argument('-u','--jobnumber',dest="jobnumber",default=-1,help="Number of run in the CI system (used to track where the report comes from, variable through runs)")
parser.add_argument('-o','--jobnode',dest="jobnode",default="unknown",help="Build node name (used to track where the build happened in CI systems where the same jobs run in different hosts)")
parser.add_argument('-o','--jobnode',dest="jobnode",default="unknown",help="Build node name (used to track where the build happened in CI systems where the same jobs run in different hosts)")