android - Jenkins SVN checkout ownership -


i checking out svn repository jenkins workspace. here checked out repository directories

jenkin workspace

if @ below image, hidden directory (.gradle) , it's subdirectories having root owner failing jenkins build.

workspace hidden files

error:

.gradle/2.10/taskartifacts/cache.properties.lock (permission denied)

since .gradle folder doesn't have permission jenkins user. svn jenkin plugin version (2.5.7)

how overcome this?

this why checkout project correct user (jenkins) , run jenkins build root user. can resolve running jenkins under jenkins user, or have checkout project root user.

try in post: run jenkins under different user


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -