GitLab CI Kotlin DSL • opensavvy.gitlab.ci.script
Package-level declarations¶
Methods related to declaring the script part of jobs.
See shell.
Types¶
Command¶
abstract class Command : YamlExport
CommandDsl¶
class CommandDsl(list: MutableList<Command>)
Shell¶
Functions¶
shell¶
fun CommandDsl.shell(command: String)