Jenkins 使用 maven 出現C:\Windows\system32\config\systemprofile的解決


jenkins 使用 maven 出現 C:\Windows\system32\config\systemprofile 的原因是 Jenkins 服務啟動的賬號使用了系統的賬號,在服務里改成具體的桌面用戶賬號即可。

If your command runs fine on Win command prompt as user 'X', then you should run Jenkins with the same user.

This can be achieved by performing following steps:
1. Run > services.msc (Enter)
2. Select Jenkins service. Right-click and select Properties
3. Click on Log On tab
4. Select user 'X' and provide credentials
5. Restart Jenkins

In your case, the user 'X' seems to be user.name since the path to AVD as mentioned by you is /users/user.name/.android

enter image description here

參考:

http://stackoverflow.com/questions/25801121/how-to-set-path-in-jenkins-for-directory-having-android-avd


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM