Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to disable jenkins autorun in windows [closed]

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.

like image 298
Kukhar Roman Avatar asked Mar 29 '17 09:03

Kukhar Roman


People also ask

How to check if Jenkins is running Windows?

You can check via this link https://www.jenkins.io/doc/book/installing/. I'm sure there is a part on checking whether Jenkins is installed or not.

Why is Jenkins not starting?

One of the most common reasons why Jenkins server can't start in Windows computers is because the version of the Java language was updated after the last shutdown of Jenkins server.


1 Answers

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.

Startup type of service

like image 152
JamesD Avatar answered Oct 26 '22 08:10

JamesD