It seems that the Declarative Pipeline (Pipeline Model Definition) does not 
support some important tools with the "tools" block, in particular the 
CMake tool and custom tools.

I tried all combinations I could find of things like

     tools {
         com.cloudbees.jenkins.plugins.customtools.CustomTool "Ninja"
         CustomTool "Ninja"
         com.cloudbees.jenkins.plugins.customtools.CustomTool("Ninja")
         CMake "CMake"
         custom "Ninja"
         Custom "Ninja"
         msys2 "MSYS2"
     }

Where I have custom tools called "Ninja" and MSYS2, in addition to CMake 
tools.

Does anyone have an idea how to make Declarative Pipelines work with custom 
tools, and CMake?

Regards,
Colin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e58a613f-2bba-4270-9888-5b8592f67e2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to