Enable C++14 when building Kokkos in automated CI builds on Jenkins
Created by: dalg24
We require C++14 standard but we rely on Kokkos to get the proper compiler flags.
This PR ensures that the -std=c++14
flag will be present on the compile line in the automated builds on Jenkins.