Login
Remember
Register
Ask a Question
Which Command is used to start Jenkins?
0
votes
asked
Jan 17, 2020
in
Jenkins
by
GeorgeBell
Which Command is used to start Jenkins?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2020
by
GeorgeBell
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
...