GitLab CI Kotlin DSL • opensavvy.gitlab.ci.plugins • Gradle
Gradle¶
class Gradle
Plugin to use the Gradle build tool within pipelines.
This plugin automatically configures wrapper caching and test reporting.
Example¶
Job extensions¶
useGradle
: Enables the plugin and preconfigures GitLab to import test reports.
See also¶
-
Gradle.Companion.useGradle
Enable this plugin. -
Gradle.task
Run a task.
Types¶
Companion
¶
object Companion
Functions¶
task
¶
Executes the Gradle task named task
.
tasks
¶
Executes the Gradle tasks named tasks
.
Executes the Gradle tasks named tasks
.