initiator property
The entity that started the build. Valid values include:
-
If AWS CodePipeline started the build, the pipeline's name (for example,
codepipeline/my-demo-pipeline
). -
If an AWS Identity and Access Management (IAM) user started the build, the
user's name (for example,
MyUserName
). -
If the Jenkins plugin for AWS CodeBuild started the build, the string
CodeBuild-Jenkins-Plugin
.
Implementation
final String? initiator;