Does SonarQUbe supports GBE framework?

0

We are running below command to build the wrapper script with SonarQube :

D:\build-wrapper-win-x86\build-wrapper-win-x86-64.exe --out-dir BUILD_WRAPPER_OUT_DIR run_scm.cmd generate_Dev_Pipeline.scm

where “run_scm.cmd generate_Dev_Pipeline.scm” is of GBE frmework.

But we end up getting below errors :

Post-processing started.
15:53:14.415  The SonarScanner for MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
15:53:14.415  Generation of the sonar-properties file failed. Unable to complete the analysis.
Possible causes:
  1. The project has not been built - the project must be built in between the begin and end steps
  2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0.25420.1 and higher are supported.
  3. The begin, build and end steps have not all been launched from the same folder
  4. None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)
15:53:14.415  Post-processing failed. Exit code: 1
Error: Process completed with exit code 1.

Hey there.

Googling “GBE Framework” isn’t getting me very far – can you tell me more about it or link to any documentation?