简体   繁体   English

如何在本地计算机上以管理员身份运行Jenkins?

[英]How to run Jenkins as administrator on my local machine?

can anyone help me how to run Jenkins as an administrator? 有人可以帮助我如何以管理员身份运行Jenkins吗? I have tried my best but couldn't find any solution. 我已经尽力了,但是找不到任何解决方案。 Please help 请帮忙

if your jenkins running by window service, try this: 如果您的詹金斯人通过窗口服务运行,请尝试以下操作:

  1. open services and find jenkins 打开服务并找到詹金斯
  2. right click -> Properties 右键单击->属性
  3. go to 'Log on' Tap 转到“登录”点击
  4. Check 'This account' 选中“此帐户”
  5. typing your account that has permission of admin 输入您具有管理员权限的帐户
  6. restart jenkins 重新启动詹金斯

I wish you well. 祝你顺利。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们如何将本地机器中的 aws 地址发送到 docker 容器中运行的 jenkins 映像? - How can we send aws address in my local machine to jenkins image run in docker container? 硒测试在本地计算机上运行,​​但不通过詹金斯运行 - Selenium tests run on local machine but not through jenkins 我如何告诉Jenkins在从属计算机上运行什么? - How do I tell Jenkins what to run on my slave machine? 在 Jenkins 上以管理员身份运行批处理文件? - Run batch file as administrator on Jenkins? 我如何在本地Windows机器上的Jenkins中执行我的jmeter测试计划? - how do I get my jmeter test plan to execute in Jenkins on my local windows machine? 如何允许本地计算机上的jenkins运行远程python测试脚本 - How to allow jenkins from local machine to run remote python test scripts 如何使用 jenkins 将 war 文件部署到 jboss eap 6.4(本地安装在我的机器上) - How to deploy war file to jboss eap 6.4 (local installed on my machine) using jenkins 关于在我的本地ubuntu 17.10机器上安装jenkins - About install jenkins on my local ubuntu 17.10 machine 如何在jenkins slave机器上运行selenium脚本,但脚本在Master机器中 - How to run selenium scripts in jenkins slave machine but the scripts are in Master machine Kubernetes - 如何运行 jenkins 的本地映像 - Kubernetes - How to run local image of jenkins
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM