Titouan Vervack
Titouan Vervack
Replaces https://github.com/bcherny/json-schema-to-typescript/pull/212
When I try to validate my Scripted Jenkinsfile I get "... did not contain the 'pipeline' step". AFAIK, scripted Jenkins has no pipeline step, see the [Jenkins documentation](https://www.jenkins.io/doc/book/pipeline/#scripted-pipeline-fundamentals). Does this...
I just ran Oomph from scratch and got the following changes. I suspect these can be ignored, but it would be nice if those were either ignored or added to...
Randomly found this project during one of my github-wide queries. You probably want to hide [these](https://github.com/osssanitizer/maloss/blob/master/data/maven.config) secrets
Some basic info: * Running Plex 1.21.2.3943 on a Synology DS418 NAS * Manually installed Sub-Zero 2.6.5.3247 and made sure to `chown` the bundle to my plex user and group...
## Summary We run an Eclipse-based product obfuscated using [ZKM](https://www.zelix.com/klassmaster/index.html). Running our tests on CI has been causing frequent SIGSEGV's. ## Steps to reproduce The error is "rare" (one in...
Running `mvn install` on the following project will fail with the following error: ```text [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:4.0.8:fix-artifacts-metadata (fix-metadata) on project com.sigasi.test: Could not update p2 repository: Recreate...
In our build we run jarsigning with our own key on everything we ship. However, running `mvn install` on the following project will run `tycho-p2-repository-plugin:fix-artifacts-metadata`, but the `download.md5` and `download.checksum.md5`...
As can be seen [here](https://github.com/eclipse-tycho/tycho/blob/main/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/VerifyIntegrityRepositoryMojo.java#L46). This is problematic as you often combine this step with `fix-artifacts-metadata`. If you use `repositoryLocation` in that step, `verify-repository` will fail as show below because...