packaging property
The type of build output artifact to create:
-
If
typeis set toCODEPIPELINE, AWS CodePipeline ignores this value if specified. This is because AWS CodePipeline manages its build output artifacts instead of AWS CodeBuild. -
If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. -
If
typeis set toS3, valid values include:-
NONE: AWS CodeBuild creates in the output bucket a folder that contains the build output. This is the default ifpackagingis not specified. -
ZIP: AWS CodeBuild creates in the output bucket a ZIP file that contains the build output.
-
Implementation
final ArtifactPackaging? packaging;