Plugin for Jenkins that provides an after build step task for uploading external code coverage to teamscale.
See documentation
Fork or clone https://github.com/jenkinsci/teamscale-upload-plugin
create a new branch with name specifying what you want modify
To build the project locally
mvn hpi:run
To package as .hpi and .jar
for manual installation in jenkins
mvn package
To run all tests either via maven
mvn test
or the unit tests in your IDE.
File a PR on master Ask a repository maintainer to approve the PR or become a maintainer yourself
Consider reading this to become a maintainer.
As Maintainer: Consider reading Releasing jenkins plugin
mvn release:prepare release:perform