jenkins slave runs as user

前端 未结 3 596
攒了一身酷
攒了一身酷 2021-02-07 19:58

I have a jenkins setup with multiple users which are logging in with Active Directory plugin. This is useful so that each user can access his own tasks.

However each use

3条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 20:12

    you can partially fix your problem this way:

    • install the slave as a service using the Java Web Start method and JLNP
    • go to Services control panel in windows
    • under Properties -> Connection replace the local system connection with a specific user
    • rebooted the service

    This at least gives you the ability to use one account instead of system.

提交回复
热议问题