dsfai2020 / Task-and-Nutrition-Manager

An agile planning application that tracks tasks, ideas and nutrition goals. This app is designed to assist with everyday productivity, progress tracking and fitness.
1 stars 0 forks source link

Jenkins for windows requires a sign in to complete Smoke Test #37

Closed dsfai2020 closed 1 year ago

dsfai2020 commented 1 year ago

Need account information for Jenkins

dsfai2020 commented 1 year ago

Try to get an account setup on Linux first and then log in

dsfai2020 commented 1 year ago

Depending on which Version of Windows 10 you have you may not have access to user group customization. A workaround to this will be to use docker, which is run with admin rights, to see if you can just install a Jenkins image to a container and spin it up from there.

Jenkins won't even install on the desktop at the moment as a windows 10 download. So I'm going to attempt to run it on docker.

image

image

dsfai2020 commented 1 year ago

Tried going the docker route instead. After pulling in the image, it loaded it into docker itself. I was able to run the container and it took me to this screen after clicking on the local host link provided by the container in the docker desktop app.

image

dsfai2020 commented 1 year ago

Installation is going through the setup phase now. It loaded up in the Edge Browser.

image

image

The password information is found in the log section of the container. If you just installed it into docker through the docker pull it'll ask for a log in and provide the information. There won't be an actual folder in the directory that you pull into so don't panic if you don't see one named Jenkins. Just go into the container and you should see the image running.

dsfai2020 commented 1 year ago

I'm going to try and use the same log in account from linux so that the same user information (hopefully stored on Jenkins' server-side of accounts) loads up and all of my Builds are saved into one profile that I can access Cross Platform (Which is the goal).

dsfai2020 commented 1 year ago

Issue #39 Walks through some of the intial setup problems. When executing commands from the windows terminal.

dsfai2020 commented 1 year ago

Configured an account on Windows by creating a new one from scratch image

dsfai2020 commented 1 year ago

Tested Windows ID for Jenkins on Linux. They profiles are not stored on cloud. You'd have to set that up in order to link the Jenkins machines. So a build config will be required separately, on each machine, until that is the case.