Zbynek Konecny

Results 142 comments of Zbynek Konecny

The skippedSince value is saved to XML (automatic saving of all fields, IIUC implemented by XStream2), but in most cases it's not computed before saving. See `SuiteResultTest::testSuiteResultPersistence` for implementation of...

@rpjesivac in your folder all the XMLs are duplicated: see reports\2\report\test\TEST-our.package.activiti.connector.ActivitiPTBConnectorTest.xml vs reports\2\report\test\TEST-out.package.activiti.connector.ActivitiPTBConnectorTest.xml Any idea what causes that? Also, the following pipeline downloads your test results and runs them through...

Since `#` is also comment delimiter, maybe there is some even less ambiguous choice. Would `@` work? It's the version delimiter for npm and Rust's Cargo.

For the record this is re-work of https://github.com/jenkins-infra/jenkins.io/pull/5502

https://github.com/jenkins-infra/jenkins.io/pull/5274/files shows the changes that were merged and later reverted. At least to me it's not clear which parts of the PR are worth re-doing. The consensus is that none...

FWIW @halkeye has a proof-of-concept migration to Gatsby.

@daniel-beck I went through your review notes and extended some paragraphs a bit. > I also don't think it adds much value Agreed. My goal was mostly to put the...

This would work in Classic 5 (`desktop` module) but not Classic 6 (`web` module).

I think this is what you want: https://www.jenkins.io/doc/developer/plugin-development/mark-a-plugin-incompatible/

@DuMaM feel free to create a PR changing the text, you can just edit the relevant file in GitHub https://github.com/jenkins-infra/jenkins.io/edit/master/content//doc/developer/plugin-development/mark-a-plugin-incompatible.adoc , thanks For moving content between sections maybe let's wait...