Sha256: aa77d6069945b3edb1fc35557ec8f170c5867dcf6d6dc394523cda1dbb7663d7

Contents?: true

Size: 647 Bytes

Versions: 9

Compression:

Stored size: 647 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/cody/blob/master/lib/cody/dsl/project.rb
# Docs:
#
# * https://cody.run/docs/dsl/project/
# * https://cody.run/docs/docs/dsl/helpers/
#

# name("example-project-name") # recommend leaving unset and codebuild will use a conventional name
github_url("<%= project_github_url %>")
linux_image("<%= lookup_managed_image(/amazonlinux2-x86_64-standard/) %>")
environment_variables(
  JETS_ENV: "test",
  # API_KEY: "ssm:/codebuild/demo/api_key" # Example of ssm parameter
)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cody-1.2.1 lib/template/project/project.rb.tt
cody-1.1.0 lib/template/project/project.rb.tt
cody-1.0.6 lib/template/project/project.rb.tt
cody-1.0.5 lib/template/project/project.rb.tt
cody-1.0.4 lib/template/project/project.rb.tt
cody-1.0.3 lib/template/project/project.rb.tt
cody-1.0.2 lib/template/project/project.rb.tt
cody-1.0.1 lib/template/project/project.rb.tt
cody-1.0.0 lib/template/project/project.rb.tt