opensavvy.gitlab.ci.plugins¶
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¶
Gradle¶
class Gradle
Plugin to use the Gradle build tool within pipelines.
Helm¶
Kaniko¶
Pacman¶
Functions¶
publishChangelogToDiscord¶
fun Job.publishChangelogToDiscord()