I don't know Jenkins at all. I want to install Jenkins on Windows 10. I downloaded the installer and ran it, but I have a problem. I don't know what to enter in the "Account" and "Password" fields on the "Service Logon Credentials" stage.
Asked
Active
Viewed 2,175 times
0
-
Did you not come across [this answer](https://stackoverflow.com/a/63546100/598141) ? – Ian W May 19 '21 at 02:10
1 Answers
-1
you can use this link to install Jenkins in windows 10 if you couldn't use the service log on credentials. https://youtu.be/no98HueS3Ws
- Go to https://www.jenkins.io/download/
- Download the Generic Java Package(.war)
- Create a new folder called jenkins in C drive and move the jenkins.war to that folder
- Open command prompt, navigate to the jenkins folder in C drive
- Run this war file using the command " java -jar jenkins.war --httpPort=9090"
- Jenkins will be downloaded and installed.
- You will get an administrator password when you are doing it for the first time.
- Copy the password
- Open the jenkins in localhost:9090 and give the administrator password
- you are now good to go

user12676851
- 11
- 1
-
This is a workaround and not the same outcome as it's not running as a service. It's also seems to layout the exact steps as the [official documentation](https://www.jenkins.io/doc/book/installing/war-file/), so just refer to that. Suggest deleting the answer and the question. – Ian W May 19 '21 at 04:16