summaryrefslogtreecommitdiffstats
path: root/jjb/lab/include-raw-lab-retrieve-logs.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Change source console timestamp log file nameGary Wu1-3/+4
Change source console timestamp log file name to avoid having it overwritten by the local Jenkins. Change-Id: I16e4ab20064e013366884de9964f5eeb0b8ce82f Issue-ID: INT-401 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03Retrieve console timestamps from source systemGary Wu1-1/+6
Change-Id: I28e06fa2f039552f857e00ed424697c68a25219e Issue-ID: INT-401 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-26Change lab jobs to pull logs from lab CI systemsGary Wu1-0/+9
It turns out that the "External Job" job type cannot integrate with the Jenkins Robot plugin. So, instead of that, this defines the lab jobs to retrieve the logs (including Robot logs) from the lab CI systems. These logs can then be post-processed by the Jenkins Robot plugin as well as get archived to LF Nexus by LF Jenkins, without the lab CI systems needing to upload logs directly. These lab jobs will be remotely triggered via REST API calls by the lab CI systems as the lab CI jobs complete. Change-Id: I3b793088c459ebb1219aee80fd43cf669a62128a Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>