BarelElbaz

Results 23 comments of BarelElbaz

GenericTrigger( genericVariables: [ [key: 'ref', value: '$.changes[0].refId'], [key: 'ref2', value: '$.pullRequest.fromRef.id'] ], causeString: 'Triggered on $ref', token: 'test', // tokenCredentialId: '', printContributedVariables: true, printPostContent: true, silentResponse: false, regexpFilterText: '$ref$ref2', regexpFilterExpression:...

Thanks but how can I detect which trigger was triggered me? I tried to check with IF statement but I get error: `No such property ref2` because one of the...

@tomasbjerre Regarding our discussion, when I use: ```regexpFilterText: '$ref$ref2'``` I can't use ^ and $ on my filter expression (causes feature/testing trigerring also for feature/testing2 branch) currently expression is: ```...

I opened a PR to fix the issue, tested on realme :-)

Yup, but IDK if a new apk was released, you can try to clone the code and build it by yourself to get the latest apk with my new changes

In general we should improve the error handling