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¶
Types¶
Companion¶
object Companion
Functions¶
task¶
Executes the Gradle task named task.
Example
tasks¶
Executes the Gradle tasks named tasks.
Example