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
CircleCI CLI Version: 0.1.30549+735ecd3
Operating System: macos
I'm trying to use https://circleci.com/docs/pipeline-variables/#pipeline-values
- run: name: Run tests command: | export MESSAGE = "<< pipeline.trigger_parameters.github_app.commit_message >>"
But on circleci config validate have this.
circleci config validate
Error: config compilation contains errors: config compilation contains errors: - Error calling job: 'test-ui' - Unknown variable(s): commit_message
Any github, gitlab params fail
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Meta:
CircleCI CLI Version:
0.1.30549+735ecd3
Operating System:
macos
I'm trying to use https://circleci.com/docs/pipeline-variables/#pipeline-values
But on
circleci config validate
have this.Any github, gitlab params fail
The text was updated successfully, but these errors were encountered: