Name.remal.github actions ci
Plugin class: name.remal.gradle_plugins.plugins.ci.GitHubActionsCIPlugin
plugins {
id 'name.remal.github-actions-ci' version '1.5.0'
}
plugins {
id("name.remal.github-actions-ci") version "1.5.0"
}
This plugin works only if CI
and GITHUB_ACTIONS
environment variables equals to true
.
The plugin applies name.remal.common-ci
plugin.
Current build is treated as executed on a CI server if CI
and GITHUB_ACTIONS
environment variables equals to true
.
The plugin sets ci
extension values:
pipelineId
toGITHUB_RUN_ID
environment variablebuildId
tonull
stageName
tonull
jobName
tonull
If name.remal.vcs-operations
plugin is applied, this plugin:¶
- Sets
vcsOperations.overwriteCurrentBranch
toGITHUB_REF
(withoutref/heads/
prefix).