I have installed Jenkins on my PC with Windows 10. And every time when I run my PC - Jenkins runs automatically too. I couldn't find any config file in Jenkins folder when i can disable automatically run. Thanks.
Asked
Active
Viewed 3,220 times
8
-
1It is a Service. You has to put the serve to start manually – Jens Mar 29 '17 at 09:40
1 Answers
24
run 'services.msc' from the command line.
Then find the service called Jenkins.
Select this, right click select properties and select start manually from the drop down list, or disable it if you prefer.

JamesD
- 2,466
- 24
- 40