Just trying to move to Bamboo from TeamCity. This is my first small task.
I use a Script Task to compile my GoogleTest C++ code which has some intentional code that causes warnings in the compile (think passing null pointers to test how it is handled).
All my tests pass, but the overall build fails due to the compilation warnings stated above.
My question is if there is anyway to have bamboo ignore these warnings? I do not want to turn off the warnings in my compile as this could cloak problems in non-test code.
If it makes a difference, my build agent is running on a RHEL7 virtual machine.
Never mind. The build was failing due to an artifact not being created with the proper name. Was at the end of the log and I was fixated on compile warnings.
Hi Michael Moore,
We are getting this kind of error "No failed test found. A possible compilation error occurred." in Bamboo build logs...?
Why bamboo is not properly parse the build logs..?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
It has been a long time, but we had misspelled an artifact (product RPM) and it wasn't finding the one it was looking for so tests didn't run.
I'm afraid I don't remember anything more specific.
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.