Which command is used to start jenkins?



Which command is used to start jenkins?..

Answer / Seema Rani

To start Jenkins, you can use the following commands based on your operating system: On Windows, open a Command Prompt and navigate to the Jenkins installation directory before running `java -jar jenkins.war`. On Linux or macOS, simply run `java -jar jenkins.war` in the terminal.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Jenkins Interview Questions

What are the pre-requisites for using jenkins?

1 Answers  


What is jenkins pipeline?

1 Answers  


What are the benefits of jenkins?

1 Answers  


How can you setup jenkins jobs?

1 Answers  


Do you know any other continuous integration tools?

1 Answers  


What are declarative pipelines in jenkins?

1 Answers  


How schedule a build in jenkins?

1 Answers  


Name a jenkins environment variable you have used in a shell script or batch file.

1 Answers  


Have you run automated tests on jenkins?

1 Answers  


Mention what are the two components jenkins is mainly integrated with?

1 Answers  


What is the use of backup plugin in jenkins? How to use it?

1 Answers  


What is scm? Which scm tools are supported in jenkins?

1 Answers  


Categories