Pavel Bairov

Results 15 issues of Pavel Bairov

I am faced with the fact that some operations are not currently supported in JsonPath. I have query like this: ``` $.[?(@.id=='1' && @.name == 'Pasha')] ``` I see that...

enhancement

https://issues.jenkins.io/browse/JENKINS-66055 Problem statement: Currently, using the postBuildTask method is possible to create only separated check conditions. Solution: Create a method to support the creation of multiply chain conditions.

enhancement

**Old**: `events title="Sitespeed.io",text="${message}",tags=${influxDBTags} ${timestamp}` **New**:`annotations,${influxDBTags} text="${message}" ${timestamp}` *** Fixes: 1) Send annotations as a `tags`, because the current logic sends them as `fields`. 3) Represent tags with keys, in format...

### Feature/improvement Initial topic - https://sitespeedio.slack.com/archives/C03DHTPSA/p1716991642642359 Purpose: Send annotation for InfluxDB 2.x isn't implemented. Currently, it sends only for InfluxDB 1.x

### Feature/improvement According to the fact that a pre/post-script runs for each URL, it would be useful to have the ability to retrieve **the context of the run**, such as...