0 votes
in Jenkins by
Which Command is used to start Jenkins?

1 Answer

0 votes
by
You can follow the below mentioned steps to start Jenkins:

Open Command Prompt

From the Command Prompt browse the directory where Jenkins. war resides

Run the command given below:

D:\>Java –jar Jenkins.war
...