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
Create Env Variable for Change Ref type that includes Branch and Tag
Expected result:
Webhook instance catches Tag pushed to the repo as a trigger event
Actual result:
Webhook instance does not load the env Variable and always say it is empty
Analysis:
The if clause is not checking the variable that retrieves en env information, is checking the empty array that will contain it after spliting (done inside the if)
The text was updated successfully, but these errors were encountered:
https://github.com/opendevstack/ods-core/blob/0e02f3466cdd6f6e80a2c3a7d45509ff72f0ca97/jenkins/webhook-proxy/main.go#L207C18-L207C18
When:
Expected result:
Actual result:
Analysis:
The if clause is not checking the variable that retrieves en env information, is checking the empty array that will contain it after spliting (done inside the if)
The text was updated successfully, but these errors were encountered: