Issue Type: Bug Bug
Assignee: Unassigned
Components: p4-plugin
Created: 06/Mar/15 4:18 PM
Description:

Force sync uses rm -rf to clear out the workspace. This call fails if the workspace contains read-only files. If chmod -R +w WORKSPACE was called before calling rm -rf, this would guarantee that the rm -rf call would work.

The behavior that I am seeing is that the build dropped some read-only files into the workspace. I have SCM polling turned on, so the next time a change was submitted, the sync step failed. Since the sync step fails, the current changelist is not updated; so when the polling time came back around it kicks off another build for the same changelist which also fails and so forth and so on.

Environment: Jenkins ver. 1.580
P4 plugin ver. 1.1.4
Project: Jenkins
Priority: Major Major
Reporter: Michael Rose
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to