You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
Initiating a build via documentation at https://docs.google.com/document/d/1OSnASvMxbCm3GXXkJd46zGzphk4fv-tpak7RK-czCy8/edit results in build failure.
"ERROR: Failed to clean the workspace
java.io.IOException: Unable to delete '/home/centos/agent/workspace/docker/comanage-appliance/master'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts."
The issue is: logs are mounted as a volume, inside the container, logs are created as root, hence log files end up owned by root on appliance. Hence, Jenkins can't remove them.
The text was updated successfully, but these errors were encountered:
Per JIRA
The issue is: logs are mounted as a volume, inside the container, logs are created as root, hence log files end up owned by root on appliance. Hence, Jenkins can't remove them.
The text was updated successfully, but these errors were encountered: