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
The related Jenkins issue is resolved, but it seems to be a partial fix for Branch Specifier parameter. Repository URL still has problem with lightweight checkout.
To work around this, In regular jobs, we set LIGHT_WEIGHT_CHECKOUT=true to save space on Jenkins master. In this case, we do not expect the personal aqa-test repo and branch to be set. In Grinder, the default is LIGHT_WEIGHT_CHECKOUT=false.
However, if users use Rerun links, Grinder will inherit all the parameters from the regular job, including LIGHT_WEIGHT_CHECKOUT=true. This will cause issue that Grinder cannot find the personal branch.
The related Jenkins issue is resolved, but it seems to be a partial fix for Branch Specifier parameter. Repository URL still has problem with lightweight checkout.
To work around this, In regular jobs, we set LIGHT_WEIGHT_CHECKOUT=true to save space on Jenkins master. In this case, we do not expect the personal aqa-test repo and branch to be set. In Grinder, the default is LIGHT_WEIGHT_CHECKOUT=false.
However, if users use Rerun links, Grinder will inherit all the parameters from the regular job, including LIGHT_WEIGHT_CHECKOUT=true. This will cause issue that Grinder cannot find the personal branch.
related: runtimes/infrastructure/issues/8541#issuecomment-65696594
The text was updated successfully, but these errors were encountered: