0 votes
in Jenkins by
How can you use a third-party tool in Jenkins?

1 Answer

0 votes
by

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

0 votes
asked May 26, 2020 in Amazon Elastic Compute Cloud EC2 by Indian
0 votes
asked Sep 13, 2021 in AWS Access Management by rajeshsharma
...