GitLab CI Kotlin DSL • opensavvy.gitlab.ci.plugins
Package-level declarations¶
Easily use Gradle, Helm, Docker and more within your pipelines.
Usage¶
Plugins typically need to be installed on a Job
for their methods to work within that job. To do so, look for methods prefixed with use
on the plugin's companion object.
For example, using the GitLab Docker Registry from within a job requires calling the method useContainerRegistry
in the job body.
Types¶
Docker
¶
class Docker
Integrate Docker into your build.
Gradle
¶
class Gradle
Plugin to use the Gradle build tool within pipelines.
Helm
¶
class Helm
Integrate Helm into your build.
Kaniko
¶
class Kaniko
Integrates Kaniko into your builds.
Pacman
¶
class Pacman
Integrates Pacman into your build.
Functions¶
publishChangelogToDiscord
¶
fun Job.publishChangelogToDiscord()