Pipeline Integrations
Functions
Link copied to clipboard
fun PipelineIntegrations.dockerRegistry(init: DockerRegistryConnection.() -> Unit): DockerRegistryConnection
Example. Configure a connection to https://docker.io with the given username and password.
Link copied to clipboard
fun <PipelineIntegration : ProjectFeature, PipelineCompatibleIntegration> integration(integration: PipelineIntegration)
Adds the specified integration
Link copied to clipboard
Example. Adds an npm registry connection project feature. Please note that corresponding build feature should be provided in build configuration to use this connection. This connection will be used only inside nodeJS build steps.
Link copied to clipboard
Validates this object and reports found errors to the provided consumer