blackducksoftware / synopsys-coverity-azure-devops

Apache License 2.0
3 stars 3 forks source link

[error] Cannot read property 'split' of null #1

Open kabilanvk opened 4 years ago

kabilanvk commented 4 years ago

DevOps build failed with the above error "[error]Cannot read property 'split' of null". I have defined the service connection and working directory. Attached the build logs. Coverity-AzureDevOps-Logs.txt

asbiin commented 4 years ago

@kabilanvk I had the same issue, and the solution is to provide the input parameter buildCommand. This is the command needed to build your project, like dotnet build for instance. If you want to not provide a build command, you'll have to gieve --no-command to this parameter - this could be a default parameter value, bt it's not the case!