open class DockerSupportFeature : BuildFeature
Docker Support feature tracks pushed images and adds a dedicated tab with information about them.
See Also
sealed class LoginToRegistry : CompoundParam |
DockerSupportFeature(init: DockerSupportFeature.() -> Unit = {}, base: DockerSupportFeature? = null) |
var cleanupPushedImages: Boolean?
On server clean-up, delete pushed docker images from registry. |
|
var loginToRegistry: LoginToRegistry?
Log in to the Docker registry with the given ID before the build. |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |
fun on(init: On.() -> Unit = {}): On |