-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.150.1
CMake plugin 2.6.0
Pipeline 2.6
macOS 10.13.6
Remoting version: 3.27
After some updates I've noticed that console isn't showing full log for cmake build and ctest run steps.
"try {
...
cmakeBuild buildDir: ..., cmakeArgs: cmake_params, generator: 'Xcode', installation: '(default)', sourceDir: source_dir, steps: [[args: '--config '+BuildConfiguration+' -- -j 4 -quiet', withCmake: true]]
if (RunTests.toBoolean())
} finally {
sh 'umount ${WORKSPACE}/mnt/ThirdParties || true'
}"
I'm attaching examples. In one case there were failing unittests, but 'sh' step is shown in the middle of ctest log. In other cases with successful unittests log is missing last steps and some additional info from ctest.
- relates to
-
JENKINS-32191 workflow plugin does not provide console to warnings plugin, sleep required
- Resolved