Login
Remember
Register
Ask a Question
How can you use a third-party tool in Jenkins?
0
votes
asked
Apr 29, 2021
in
Jenkins
by
SakshiSharma
How can you use a third-party tool in Jenkins?
#jenkins-tools
third-party-tools
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 29, 2021
by
SakshiSharma
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.
...