I am very new to Jenkins, but given I see the following error:
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name
when trying to run a unittest with cmake
on jenkins and
which g++
gives the error Build step 'Execute shell' marked build as failure
, I suppose g++
is not installed on jenkins. How can I install it, or solve my problems in an other way?
I seem to have admin right on jenkins (I do not know how to find this out), but it was installed by someone else on a Linux server I cannot access.