0 votes
in Jenkins by (30.8k points)
How can you use a third-party tool in Jenkins?

1 Answer

0 votes
by (30.8k points)

Let us say we want to use the third-party tool Node.

  • First make sure Node is installed.
  • Though the Jenkins admin console, install the Jenkins plugin for node.
  • Go to manage in the admin console and configure the settings on the Tools tab.
  • You can add any configured nodeJS tool to your build job in a pipeline
  • For different third-party tools, the procedure may vary slightly, because of the difference in configuration settings.

Related questions

...