Skip to content

Commit

Permalink
Releasing Synopsys Coverity 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rottebds committed Oct 1, 2018
1 parent 3b23747 commit 8a8fef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ plugins {
}

group = 'org.jenkins-ci.plugins'
version = '1.0.0-SNAPSHOT'
description = 'Allows Users to run Coverity commands in their builds'
version = '1.0.0'
description = 'Allows users to run Coverity commands in their builds'

apply plugin: 'com.blackducksoftware.integration.solution'

Expand Down

1 comment on commit 8a8fef1

@proski
Copy link

@proski proski commented on 8a8fef1 Dec 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please enable issue tracking? I see two issues with version 1.0.0.

Command substitution is not working in the "Build command" field. I cannot do make -j$(nproc), I have to use make -j8hardcoding the number of CPUs.

In the Global Tool Configuration, I get a scary red message Could not determine the version of the Coverity analysis tool, but everything is working correctly.

Please sign in to comment.