Google News
logo
Java Jenkins - Interview Questions
Which commands can be used to begin Jenkins?
Commands that can be used to start Jenkins are :
 
* Open the command prompt

* After the command prompt opens, browse to the directory where Jenkins war is present

* Then run the following command :

D:\>Java -jar Jenkins.war
Advertisement