jetbrains.buildServer.configs.kotlin.v10 / Dependencies / artifacts

artifacts

fun artifacts(buildType: BuildType, init: ArtifactDependency.() -> Unit = {}): Unit

Adds an artifact dependency on the specified buildType

Parameters

buildType - buildType to depend on

init - function to initialize the artifact dependency

fun artifacts(buildTypeExtId: String, init: ArtifactDependency.() -> Unit = {}): Unit

Adds an artifact dependency on the specified buildType

Parameters

buildTypeExtId - externalId of the buildType to depend on

init - function to initialize the artifact dependency