input.pipeline.trigger

Fields relating to external triggers that start a pipeline.

Keys

KeyTypeDescription
input.pipeline.trigger.artifacts[][array]See artifacts for more information.
input.pipeline.trigger.correlationId
input.pipeline.trigger.dryRunboolean
input.pipeline.trigger.enabledbooleanTrue if the trigger is enabled.
input.pipeline.trigger.eventIdstring
input.pipeline.trigger.executionIdstring
input.pipeline.trigger.expectedArtifacts[][array]See artifacts for more information.
input.pipeline.trigger.isDryRunboolean
input.pipeline.trigger.isRebakeboolean
input.pipeline.trigger.isStrategyboolean
input.pipeline.trigger.other.artifacts[][array]See artifacts for more information.
input.pipeline.trigger.other.dryRunboolean
input.pipeline.trigger.other.enabledboolean
input.pipeline.trigger.other.eventIdstring
input.pipeline.trigger.other.executionIdstring
input.pipeline.trigger.other.expectedArtifacts[][array]See artifacts for more information.
input.pipeline.trigger.other.preferredboolean
input.pipeline.trigger.other.rebakeboolean
input.pipeline.trigger.other.resolvedExpectedArtifacts[][array]See artifacts for more information.
input.pipeline.trigger.other.strategyboolean
input.pipeline.trigger.other.typestring
input.pipeline.trigger.other.userstring
input.pipeline.trigger.parameters.<parameterName>stringThe value specified for the parameter when triggering the pipeline.
input.pipeline.trigger.preferredboolean
input.pipeline.trigger.rebakeboolean
input.pipeline.trigger.resolvedExpectedArtifacts[][array]See artifacts for more information.
input.pipeline.trigger.typestringThe type of trigger. See Triggering Pipelines - Overview for more information.
input.pipeline.trigger.userstringFor triggers of type git, the user or organization associated with the git repository.
input.pipeline.triggers[].branchstringWhich branch of the git repository triggers this pipeline.
input.pipeline.triggers[].dryRunboolean
input.pipeline.triggers[].enabledbooleanTrue if the trigger is enabled.
input.pipeline.triggers[].expectedArtifactIds[]string
input.pipeline.triggers[].idstring
input.pipeline.triggers[].preferredboolean
input.pipeline.triggers[].projectstringA change in what project triggers this pipeline.
input.pipeline.triggers[].rebakebooleanTrue if all baked artifacts should be rebaked, even if their inputs have not changed.
input.pipeline.triggers[].secretstringThe secret that the trigger uses to authenticate with Armory Continuous Deployment.
input.pipeline.triggers[].slugstringThe trigger’s slug. For example, with a GitHub trigger this is the project name.
input.pipeline.triggers[].sourcestringThe type of the source for the trigger. For some trigger types this can be used to disambiguate amongst multiple trigger invokers.
input.pipeline.triggers[].typestringThe configured type of the trigger.

Last modified March 3, 2023: (2d069084)