Skip to content
New issue

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

Validation fails for github/gitlab trigger_parameters #1060

Open
unickq opened this issue Jun 26, 2024 · 0 comments
Open

Validation fails for github/gitlab trigger_parameters #1060

unickq opened this issue Jun 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@unickq
Copy link

unickq commented Jun 26, 2024

Meta:

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.

Error: config compilation contains errors: config compilation contains errors:
        - Error calling job: 'test-ui'
        - Unknown variable(s): commit_message

Any github, gitlab params fail

@unickq unickq added the bug Something isn't working label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant