Petromir Dzhunev

Results 27 comments of Petromir Dzhunev

This is quite useful plugin but seems like the project is dead. @PavlikPolivka is this the case?

Any plans to implement suggested by @reflexdemon solution soon?

The information can be presented in the build log, when the regex matches, but I don't know where the content goes when doesn't match.

The access is not an issue. I already have few log recorders for hooks: ![screenshot 2018-11-27 at 14 08 46](https://user-images.githubusercontent.com/1680908/49081073-48f22600-f24e-11e8-8129-59d9f7431c02.png) Here is `Github Pull Request Hook` ![screenshot 2018-11-27 at 14...

The response of `curl` doesn't print what has been matched. Regarding logs, you already have few checkboxes, so another one won't hurt anyone :), compared to the benefits.

Well I don't use Jenkins anymore, so feel free to close this issue.

@yegor256, @davvd and @alevohin - I plan to test it this week. I'll close the issue asap.

Hi. Please provide a procedure for building quilice-ant-jar with required dependencies or change the example on http://www.qulice.com/qulice-ant/index.html to include them when defining the custom task: ``` xml ```

@alevohin This is what I did using your example: The build.xml: ``` xml ``` and the result is: ``` console BUILD FAILED D:\DEV\Projects\qulice-ant-test\build.xml:4: taskdef A class needed by class com.qulice.ant.QuliceTask...

@alevohin I had to change the build.xml to this: ``` xml ``` but now I'm getting the following exception, which I believe comes from wrong `classpath` attribute value of `qulice`...