We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env-ci extracts the slug using ``${env.BUILDKITE_ORGANIZATION_SLUG}/${env.BUILDKITE_PROJECT_SLUG}`, but on buildkit:
BUILDKITE_ORGANIZATION_SLUG
BUILDKITE_PROJECT_SLUG
buildkite organization/buildkite project name
ref: https://buildkite.com/docs/pipelines/environment-variables
relative-ci:agent env-ci environment variables { isCi: true, service: 'buildkite', slug: 'rltv/rltv/example', branch: 'update-agent', pr: undefined, build: '9', buildUrl: 'https://buildkite.com/rltv/example/builds/9', commit: '1b6a3c967ada2e7f85f9ea12d25fd3e4523edd5e', commitMessage: undefined
The text was updated successfully, but these errors were encountered:
vio
Successfully merging a pull request may close this issue.
env-ci extracts the slug using ``${env.BUILDKITE_ORGANIZATION_SLUG}/${env.BUILDKITE_PROJECT_SLUG}`, but on buildkit:
BUILDKITE_ORGANIZATION_SLUG
is the buildkite organization and might differ from repo organizationBUILDKITE_PROJECT_SLUG
(obsolete) is the buildkite project slug (buildkite organization/buildkite project name
)ref: https://buildkite.com/docs/pipelines/environment-variables
The text was updated successfully, but these errors were encountered: