Nikolas Falco
Nikolas Falco
Our organisation have implemented a Jenkins pipeline library. This library perform a JIRA integration. We implement a check at build time to force commit message template to refer issues of...
The documentation point to a sample [sonar-project.properties](https://github.com/Backelite/sonar-swift/blob/develop/sonar-project.properties) that reports as JUnit property sonar.junit.reportsPath but should be [sonar.swift.surefire.junit.reportsPath](https://github.com/Backelite/sonar-swift/blob/1066361e737570febd4c09ce889045c6f2def800/sonar-swift-plugin/src/main/java/com/backelite/sonarqube/swift/surefire/SurefireSensor.java#L36). The sonar.junit.reportsPath is not taken into account and try to find TEST-*.xml file...
To improve accessibility to the latest dependency check report add a new action on the main job page as for the "Last Test Result" that leads to the last dependency-check....
Create a dedicate pipeline step that does impact previous builds where we have access to pipeline API to mark stages as failed/unstable. Furthermore add a "stop build" option to stop...
Queries with `LEFT OUTER JOIN ON` on classes with ManyToMany relation annotated multitenant, the tenantId condition is applied on normal JOIN instead in ON clause. ```java @DiscriminatorValue("adbk_Contact") @Multitenant() public class...
[JENKINS-58902] Non-user-scoped credentials are not shown when build authentication is configured
Fix CredentialProvider to always gather system credentials when logged user or user associated to run the project by Authrize Project plugin have USE_ITEM permission. This allow a user/admin/devops to create...
We are performing a release `mvn release:prepare release:perform` on a multimodule maven project. Some module depends from other modules. The typical scenario is: parent |->model |->client (depends from model) |->web...
This is the integration to demostrate the issue #317
I have a custom multiple values field as follow: ``` xml Tools API documentation Code ``` In eclipse field is render with a simple Combo. So only one value can...
Add stageResult step to setup only the result of the current stage. - [x] Make sure you are opening from a **feature branch** (right side) and not your main branch!...