Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

[CE-919] Add AWS Codebuild support #220

Merged
merged 14 commits into from
Nov 6, 2019
Prev Previous commit
Next Next commit
Add codebuild envs
  • Loading branch information
drazisil authored Oct 31, 2019
commit 7fedf32dc1792503ddf0ee2ed0ff16684f7b82e7
8 changes: 8 additions & 0 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ then
add "BUILD_NUMBER"
add "ghprbPullId"
add "BUILD_URL"

if [ "$CODEBUILD_BUILD_ARN" != "" ];
then
add "CODEBUILD_WEBHOOK_HEAD_REF"
add "CODEBUILD_RESOLVED_SOURCE_VERSION"
add "CODEBUILD_SOURCE_VERSION"
add "CODEBUILD_BUILD_ID"
add "CODEBUILD_SOURCE_REPO_URL"

elif [ "$CI" = "true" ] && [ "$TRAVIS" = "true" ] && [ "$SHIPPABLE" != "true" ];
then
Expand Down