Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: cmakebuilder-plugin
-
Environment:Jenkins 2.150.1
CMake plugin 2.6.0
Pipeline 2.6
macOS 10.13.6
Remoting version: 3.27
-
Similar Issues:
Description
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.
Attachments
Issue Links
- relates to
-
JENKINS-32191 workflow plugin does not provide console to warnings plugin, sleep required
-
- Resolved
-
I tried to reproduce this on a remote Linux agent by generating lots of output.
Pipeline script:
Unfortunately, I could not reproduce the issue.
Could you try to runs the script on an OSX agent to verify whether it is related to cmakebuilder or to pipeline?