Module: AWSCDK::CodePipelineActions::JenkinsActionType

Defined in:
code_pipeline_actions/jenkins_action_type.rb

Overview

The type of the Jenkins Action that determines its CodePipeline Category - Build, or Test.

Note that a Jenkins provider, even if it has the same name, must be separately registered for each type.

Constant Summary collapse

BUILD =
Deprecated.
Note:

Default:

The Action will have the Build Category.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.JenkinsActionType", "BUILD")
TEST =
Deprecated.
Note:

Default:

The Action will have the Test Category.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.JenkinsActionType", "TEST")