You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing version 2.6 in my development environment, so I updated an application code to use - evaluate: CI_PIPELINE_DEPLOY_TASK == "sre-dummy-rest-app"
instead of the 'task:' filter.
In my github hooks payload I get:
But the CI_PIPELINE_DEPLOY_TASK is empty and woodpecker is not running the steps that it should run.
Component
other
Describe the bug
I am testing version 2.6 in my development environment, so I updated an application code to use
- evaluate: CI_PIPELINE_DEPLOY_TASK == "sre-dummy-rest-app"
instead of the 'task:' filter.
In my github hooks payload I get:
But the CI_PIPELINE_DEPLOY_TASK is empty and woodpecker is not running the steps that it should run.
Steps to reproduce
Using :
Instead of:
task: "value"
Expected behavior
Run with the variable as it should run with the filter in previous versions.
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: