Skip to content

GitLab CI Kotlin DSLopensavvy.gitlab.ci.scriptCommandDsl

CommandDsl

Constructors

CommandDsl

constructor(list: MutableList<Command>)

Properties

docker

Accesses Docker commands.

gradle

Allows executing commands using the system gradle command.

gradlew

Allows executing commands using the Gradle Wrapper bundled into the project.

helm

Accesses Helm commands.

kaniko

pacman

Accesses Pacman commands.

Functions

clear

fun clear()

shell

fun CommandDsl.shell(command: String)

unaryPlus

operator fun Command.unaryPlus()