grubio
Results
2
issues of
grubio
Hi, I'm trying to use the `q` parameter to filter the list of pipelines that Pipelines.each() generates but that doesn't seem to work: ``` p = r.pipelines.each(q="target.ref_name=\"master\"", sort="-created_on") >>> print(next(p))...
Hello! First of all thanks for your amazing tool, it has made my life way easier :) I recently switched to a MacOS environment and when I try to use...