How to export credentials from one jenkins instance to another?

后端 未结 5 2000
一向
一向 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:02

    Did you try to copy the $JENKINS_HOME/users folder and the $JENKINS_HOME/credentials.xml file to the other Jenkins instance?

提交回复
热议问题