File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ Accessing CodeBuild Logs
2
+ ------------------------
3
+
4
+ The CodeBuild jobs on PRs can fail, but the logs have restricted access.
5
+
6
+ To get hold of the logs you need to do the following:
7
+
8
+ 1 . Get the job URL
9
+
10
+ Right click on the relevant job, and copy the link URL
11
+
12
+ ![ GetLink] ( doc/assets/GetLink.png )
13
+
14
+ 2 . Extract the ID
15
+
16
+ The link should look something like:
17
+
18
+ > https://us-east-1.console.aws.amazon.com/codebuild/home?region=us-east-1#/builds/cbmc-linux-clang:*a32eddfe-19e6-45d9-b0e4-d9a92e5b5698*/view/new
19
+
20
+ The job ID is the UID following the title of the job, int his case:
21
+
22
+ > ` a32eddfe-19e6-45d9-b0e4-d9a92e5b5698 `
23
+
24
+ 3 . Download the log
25
+
26
+ Go to the following URL:
27
+
28
+ http://cbmclogs.diffblue.com/{job-name}/{job-id}.gz
29
+
30
+ Where ` job-name ` is the name of the job (e.g. ` cbmc ` or ` cbmc-linux-clang ` ) and ` job-id ` is the ID extracted in the previous step.
You can’t perform that action at this time.
0 commit comments