|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@Daniel Beck
I created a repository exactly as posted in comment-196534.
Also created fresh jobs for Job A & B which only perform a checkout. (Additional credentials added too)
Here's what happened:
[Change/Commit "external.c" + post-commit hook trigger]
First time: Job A succeeds, Job B is triggered and succeeds.
Second time and onwards: Job A succeeds, Job B is triggered and fails.
I then deleted the workspace for Job B and tried again.
Job B fails.
I then deleted previous build related data and the workspace for job B and tried again.
No problems first time and Job B fails from second time onwards.
I then deleted previous build related data for job B and tried again. (left the workspace untouched)
No problems first time and Job B fails from second time onwards.
So with the fresh jobs and repository I used, it looks like previous build data of Job B is the failing factor.