IJenkinsProvider
- class aws_cdk.aws_codepipeline_actions.IJenkinsProvider(*args, **kwargs)
Bases:
IConstruct
,Protocol
A Jenkins provider.
If you want to create a new Jenkins provider managed alongside your CDK code, instantiate the {@link JenkinsProvider} class directly.
If you want to reference an already registered provider, use the {@link JenkinsProvider#fromJenkinsProviderAttributes} method.
Attributes
- node
The construct tree node for this construct.
- provider_name
- server_url
- version