Windows 10: Jenkins Installation

Discus and support Jenkins Installation in AntiVirus, Firewalls and System Security to solve the problem; I am trying to install Jenkins on my computer at home and keep getting the error in the picture below. How do I elevate my privileges so that I can... Discussion in 'AntiVirus, Firewalls and System Security' started by WilsonMyra, Feb 5, 2021.

  1. Jenkins Installation


    I am trying to install Jenkins on my computer at home and keep getting the error in the picture below.

    How do I elevate my privileges so that I can logon as a service?

    Jenkins Installation 967a546d-771e-4fb3-ae98-1f1bca88cc53?upload=true.png

    :)
     
    WilsonMyra, Feb 5, 2021
    #1

  2. Installing Jenkins outside of "Program Files (x86)" directory

    I installed Jenkins server on my Surface in the "Program Files (x86)" directory. I later wanted to edit a config file to change the port, but it wouldn't let me since I didn't have permissions. Is there anything wrong with installing Jenkins server or
    other programs outside of the "Program Files (x86)" directory assuming the installer permits the directory to be changed.
     
    BrianBoberg, Feb 5, 2021
    #2
  3. DaveM121 Win User
    Installing Jenkins outside of "Program Files (x86)" directory

    Hi Brian, there is nothing wrong with installing some software outside of Program Files. In fact applications like Jenkins WAMP, XAMMP . . . etc. where you need to edit the server config files are usually installed to a folder in the root of your C Drive
     
    DaveM121, Feb 5, 2021
    #3
  4. Jenkins Installation

    windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, Feb 5, 2021
    #4
Thema:

Jenkins Installation

Loading...
  1. Jenkins Installation - Similar Threads - Jenkins Installation

  2. Problem with win 10 install as Second OS

    in Windows 10 Installation and Upgrade
    Problem with win 10 install as Second OS: I have linux, but i want windows for some apps, but i get stuck on this problem: Photo. What should i do? https://answers.microsoft.com/en-us/windows/forum/all/problem-with-win-10-install-as-second-os/167298f3-a031-46c8-a61e-99d7fca9e48d
  3. Problem with win 10 install as Second OS

    in Windows 10 Gaming
    Problem with win 10 install as Second OS: I have linux, but i want windows for some apps, but i get stuck on this problem: Photo. What should i do? https://answers.microsoft.com/en-us/windows/forum/all/problem-with-win-10-install-as-second-os/167298f3-a031-46c8-a61e-99d7fca9e48d
  4. Problem with win 10 install as Second OS

    in Windows 10 Software and Apps
    Problem with win 10 install as Second OS: I have linux, but i want windows for some apps, but i get stuck on this problem: Photo. What should i do? https://answers.microsoft.com/en-us/windows/forum/all/problem-with-win-10-install-as-second-os/167298f3-a031-46c8-a61e-99d7fca9e48d
  5. 3 PCI Devices can neither be deleted nor properly installed

    in Windows 10 Gaming
    3 PCI Devices can neither be deleted nor properly installed: I've 3 devices PCI in my Windows 11 24H2 system, that can not be installed and most likely prevent my PC from running a proper Standby or Hibernate.If I delete the devices, they are there again after rebooting or searching for new hardware.One of the devices is probably an...
  6. 3 PCI Devices can neither be deleted nor properly installed

    in Windows 10 Software and Apps
    3 PCI Devices can neither be deleted nor properly installed: I've 3 devices PCI in my Windows 11 24H2 system, that can not be installed and most likely prevent my PC from running a proper Standby or Hibernate.If I delete the devices, they are there again after rebooting or searching for new hardware.One of the devices is probably an...
  7. the update is hung at install 2025-04 Cumulative Update for .NET Framework 3.5 and 4.8.1...

    in Windows 10 Gaming
    the update is hung at install 2025-04 Cumulative Update for .NET Framework 3.5 and 4.8.1...: the update is hung at install 2025-04 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11, version 24H2 for x64 KB5054979 https://answers.microsoft.com/en-us/windows/forum/all/the-update-is-hung-at-install-2025-04-cumulative/ab076927-5ef2-4b91-bdca-8b3935e3a372
  8. Deployment of standalone Vue CLI application using Jenkins in Windows Server

    in Windows 10 Gaming
    Deployment of standalone Vue CLI application using Jenkins in Windows Server: I am trying to deploy a standalone Vue CLI application using Jenkins in Windows Server. When I try to do that, we are able to create artifacts, but the MS Deploy we are not able to run because as per the syntax, MS Deploy is looking for a .csproj file, and we are using Vue...
  9. Deployment of standalone Vue CLI application using Jenkins in Windows Server

    in Windows 10 Software and Apps
    Deployment of standalone Vue CLI application using Jenkins in Windows Server: I am trying to deploy a standalone Vue CLI application using Jenkins in Windows Server. When I try to do that, we are able to create artifacts, but the MS Deploy we are not able to run because as per the syntax, MS Deploy is looking for a .csproj file, and we are using Vue...
  10. Help! Win 10 cannot run CMD with python and Jenkins

    in Windows 10 Support
    Help! Win 10 cannot run CMD with python and Jenkins: I'm developing some scripts on Win 10. But suddenly all the script failed due to it cannot invoke CMD on Win10. Here is one example, " import os os.system("cd .") " It is a very simple code that python to call CMD to execute "cd .". But it always return "-1073740791"....