JenkinsActionType¶
-
class
aws_cdk.aws_codepipeline_actions.
JenkinsActionType
(value)¶ Bases:
enum.Enum
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.
Attributes
-
BUILD
¶ The Action will have the Build Category.
-
TEST
¶ The Action will have the Test Category.
-