問題描述
在 jenkins 中更新 SVN 憑據 (Update SVN credentials in jenkins)
我們已經升級了我們的 Jenkins(新 .WAR)實例,它是 Subversion 插件。然後我們就知道它在新設置中的行為有所不同。
每個作業都必須建立其 SVN 憑據。例如,在這種情況下,我們會為每個作業更新 SVN 憑據。
有沒有辦法為每個項目和每個作業一次升級我們的 SVN 憑據??
參考解法
方法 1:
Did you try to create some domain credentials in the "Manage credentials" section?
方法 2:
You could change actual SVN credentials. It will affect all jobs that use it. The page with credentials is located here: https://:/credentials/
I tried to find the page via menu in Jenkins configuration, but I couldn't find actual path to it.
(by rKSH、Bruno Lavit、joro)