Sha256: b175d63a883994578164bf379bca6625cb5ef30898520efdbd9a03338310b43a

Contents?: true

Size: 693 Bytes

Versions: 6

Compression:

Stored size: 693 Bytes

Contents

# For methods, refer to the properties of the CloudFormation CodeBuild::Project https://amzn.to/2UTeNlr
# For convenience methods, refer to the source https://github.com/tongueroo/codebuild/blob/master/lib/codebuild/dsl/project.rb

# Note: for the oauth_token, you have to set this parameter in ssm parameter store
# One way to create an GitHub oauth token:
# Go to GitHub / Settings / Developer Settings / Personal access tokens
# If using webhook, the oauth token needs admin:repo_hook

name("codebuild")
github_url("https://github.com/tongueroo/codebuild")
linux_image("aws/codebuild/ruby:2.5.3-1.7.0")
environment_variables(
  JETS_ENV: "test",
)
triggers(webhook: true)
local_cache(false)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
codebuild-0.6.1 .codebuild/project.rb
codebuild-0.6.0 .codebuild/project.rb
codebuild-0.5.0 .codebuild/project.rb
codebuild-0.4.0 .codebuild/project.rb
codebuild-0.3.0 .codebuild/project.rb
codebuild-0.2.0 .codebuild/project.rb