2021-12-22 16:34:36 +02:00
|
|
|
metadata:
|
|
|
|
name: gradleExecuteBuild
|
|
|
|
description: This step runs a gradle build command with parameters provided to the step.
|
|
|
|
longDescription: This step runs a gradle build command with parameters provided to the step.
|
|
|
|
spec:
|
|
|
|
inputs:
|
|
|
|
params:
|
|
|
|
- name: path
|
|
|
|
aliases:
|
|
|
|
- name: buildGradlePath
|
|
|
|
deprecated: false
|
|
|
|
type: string
|
|
|
|
description: Path to the folder with gradle.build file which should be executed.
|
|
|
|
scope:
|
|
|
|
- PARAMETERS
|
2022-01-24 16:08:39 +02:00
|
|
|
- STAGES
|
2021-12-22 16:34:36 +02:00
|
|
|
- STEPS
|
|
|
|
mandatory: false
|
|
|
|
- name: task
|
|
|
|
type: string
|
|
|
|
description: Gradle task that should be executed.
|
|
|
|
scope:
|
|
|
|
- PARAMETERS
|
|
|
|
- STAGES
|
|
|
|
- STEPS
|
|
|
|
mandatory: false
|
|
|
|
default: build
|
|
|
|
containers:
|
|
|
|
- name: gradle
|
|
|
|
image: gradle:4.7.0-jdk8-alpine
|