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
Run trigger a plan/apply for an environment that does not have a CRQ_ENVIRONMENT set
Expected: The apply should still run, but without CRQOpen and CRQClose
Actual: The apply is skipped
There is a defect in the refactor that happened to the CrqPlugin in v4.1. In the else clause, the closure should be executed. it is not, hence the rest of the pipeline is skipped.
./src/CrqPlugin.groovy#L35-L52
The text was updated successfully, but these errors were encountered:
There is a defect in the refactor that happened to the CrqPlugin in v4.1. In the
else
clause, the closure should be executed. it is not, hence the rest of the pipeline is skipped../src/CrqPlugin.groovy#L35-L52
The text was updated successfully, but these errors were encountered: