def cpp_unittest(image) { sh ( script: "${docker_run} --env CI_NUM_EXECUTORS ${image} ./tests/scripts/task_cpp_unittest.sh", label: 'Run C++ tests', ) }