npmPackages

@JvmName(name = "xxewdawktvbhgkog")
suspend fun npmPackages(value: Output<List<NpmPackageArgs>>)
@JvmName(name = "mextanlkfyshextr")
suspend fun npmPackages(value: List<NpmPackageArgs>?)

Parameters

value

A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.


@JvmName(name = "gabsjvqjsyvojaww")
suspend fun npmPackages(vararg values: Output<NpmPackageArgs>)


@JvmName(name = "mvcwvrikngnpiumv")
suspend fun npmPackages(values: List<Output<NpmPackageArgs>>)
@JvmName(name = "djuruuymwgqilnhh")
suspend fun npmPackages(vararg values: NpmPackageArgs)

Parameters

values

A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.


@JvmName(name = "shvoomdunlwmtpuu")
suspend fun npmPackages(argument: List<suspend NpmPackageArgsBuilder.() -> Unit>)
@JvmName(name = "ajqkntwwsjsevbsv")
suspend fun npmPackages(vararg argument: suspend NpmPackageArgsBuilder.() -> Unit)
@JvmName(name = "cxrflxtruithouic")
suspend fun npmPackages(argument: suspend NpmPackageArgsBuilder.() -> Unit)

Parameters

argument

A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps. Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.