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 JenkinsProvider class directly.

If you want to reference an already registered provider, use the JenkinsProvider#fromJenkinsProviderAttributes method.

Attributes

node

The tree node.

provider_name
server_url
version