interface IJenkinsProvider
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodePipeline.Actions.IJenkinsProvider |
![]() | software.amazon.awscdk.services.codepipeline.actions.IJenkinsProvider |
![]() | aws_cdk.aws_codepipeline_actions.IJenkinsProvider |
![]() | @aws-cdk/aws-codepipeline-actions » IJenkinsProvider |
Implemented by
Jenkins
Obtainable from
Jenkins
.fromJenkinsProviderAttributes()
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.
Properties
Name | Type | Description |
---|---|---|
node | Construct | The construct tree node for this construct. |
provider | string | |
server | string | |
version | string |
node
Type:
Construct
The construct tree node for this construct.
providerName
Type:
string
serverUrl
Type:
string
version
Type:
string