I would like to publish the coverity results on jenkins after the build is successful. Could you please help me the code which we want to add in Pipeline.
I used the below code but as per the upgrades in Coverity, this is deprecated and it is not working.
stage('Coverity Results') {
steps {
coveirtyResults connectInstance: 'cov-connect', connectView: 'view', projectId: 'my project'
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.