Marcin Zajączkowski

Results 351 comments of Marcin Zajączkowski

@AnakinPt Please try again with the latest 1.5.1. There is a [functional test](https://github.com/szpak/gradle-pitest-plugin/blob/3ad30e3f9fb379919d7fec2bb65dfc0fbc654cd4/src/funcTest/groovy/info/solidsoft/gradle/pitest/functional/PitestPluginGeneralFunctionalSpec.groovy#L110-L112) for source code available in the HTML report which passes on Linux, Mac and Windows. Therefore, if...

@Cousnouf You can take a look at the functional tests of PIT itself - https://github.com/hcoles/pitest/tree/master/pitest-groovy-verification . Maybe it will help you to find a reason.

Not related to the original problem, but: > which required patching the argument parser so that the -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5678" commandline wasn't mangled (as the parser splits on ","s). Unfortunately, it is...

I also face a problem that with enabled quality gate, for the interim period, I would like to have the external job created from SonarQube to do not fail the...

@mc1arke Is there currently any way to disable failing the whole pipeline in GitLab (e.g. when waiting for quality gate is done within the job with `allow_failure: true`) or even...

Thanks for your reply @mc1arke . Assuming it would be done in my "copy" of the plugin (a possibility to disable submitting the pipeline status update), were you open to...

> Thanks for your reply @mc1arke . Assuming it would be done in my "copy" of the plugin (a possibility to disable submitting the pipeline status update), were you open...

@mc1arke I've created a PR: #637.

Are you sure, you have the credentials configured properly? Have you tried to re-run it with `--info`? It should display something like: > "Using username 'xxx' and password from repository...

You print some properties, but the `closeRepository` task doesn't print them on its own, so they might not be properly set in the plugin. Please paste the way how you...