Rarylson Freitas
Rarylson Freitas
My **personal** thoughts on this: - Webhooks are secrets. So the `NoEcho` option totally makes sense here. - However, the project also supports deploy via Terraform. In this case, different...
I don't think this is the right place to document this (maybe I should open a new "Issue"). I did some tests with CodeBuild, and also I have some opinions...
## Opinion about the way aws-codebuild-extras calculates CODEBUILD_GIT_BRANCH Here it's all about what `CODEBUILD_GIT_BRANCH` really means. Imagine the cases: (1) I asked to build a given branch (e.g. `refs/heads/mytest`) I...
By the way, in case you are not familiar with, I just discovered that CodeBuild allows the use of Session Manager to access the container environment: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html After some tests,...
I did some reverse engineering using the Session Manager integration, but now using single builds (I still want to test again batch builds w/ session manager, but trying to fix...
## Update - Batch build - clone depth of 1 - specifying a branch - Commit belongs to 2 branches, and has an associated tag ``` [Container] 2022/11/06 21:09:22 Running...
## Update - Single build triggered by Code Pipeline- CODEBUILD_CLONE_REF - from branch develop Now I also tested how CodeBuild behaves for builds started from CodePipeline. I'm triggering the Pipeline...
Very sorry for the high number of comments on this issue (sorry if I am pollute too much the discussion). So just to summarize everything (my **personal** point of view):...
@bemer, could you take a look when you have some time?
I observed a bug related to `awslogs get [...] ALL --watch` today, and then I arrived in this bug report here. I don't know if the cases are related or...