Saturday, October 28, 2017

How to run Jenkins Server

1. Open CMD
2. Go to Jenkins folder (e.g. cd Jenkins)
3. Enter command: java -jar jenkins.war

Don't close the command prompt, as it will close the Jenkins server and automation schedule job will not trigger.

Sunday, April 30, 2017

How do I change Host file on my system?

On Windows 7 or Vista

1. Browse to Start > All Programs > Accessories.
2. Right-click Notepad, and select Run as administrator.
3. Click Continue on the UAC prompt.
4. Click File > Open.
5. Browse to C:\Windows\System32\Drivers\etc.
6. Change the file filter drop-down box from Text Documents (*.txt) to All Files (*.*).
7. Select hosts, and click Open.
8. Make the needed changes, as shown above, and close Notepad.
9. Save when prompted.