PTC integrity plugin- Does Local client configuration supports Changepackage detection

2020-03-06 Thread Nagula Rajendra
Hello, I have a question on PTC Integrity plugin behavior. Based on the Release Notes I see that "Change package" detection is not supported with Local client configuration. I am confused with provided access in Jenkins for change package selection with local client configuration(if it is not su

Re: Coverage API: jacoco instead of jacocoAdapter

2020-03-06 Thread Ullrich Hafner
It simply means that you can use the symboled `jacoco` in your pipeline if you do not have the jacoco-plugin installed. Otherwise you need to use the name `jacocoAdapter` (both symbols refer to the same thing). Since the jacoco plugin also provides a step with the symbol `jacoco` your pipeline w

Coverage API: jacoco instead of jacocoAdapter

2020-03-06 Thread Sverre Moe
Publish Coverage from JaCoCo using the new Coverage API: https://jenkins.io/blog/2018/08/17/code-coverage-api-plugin-1/ It makes a statement in this blog: > publishCoverage adapters: [jacocoAdapter('target/site/jacoco/jacoco.xml')] > You can also use jacoco instead of jacocoAdapter if you didn't