How to export credentials from one jenkins instance to another?

后端 未结 5 2009
一向
一向 2020-12-13 20:35

I am using the credentials plugin in Jenkins to manage credentials for git and database access for my team\'s builds. I would like to copy the credentials from one jenkins i

5条回答
  •  一个人的身影
    2020-12-13 21:05

    I was also facing the same problem. What worked for me is I copied the credentials.xml, config.xml and the secrets folder from existing jenkins to the new instance. After the restart of jenkins things worked fine.

提交回复
热议问题