Help needed with Multi-Branch Project Plugin question
22 views
Skip to first unread message
David Aldrich
unread,
Nov 27, 2015, 8:27:08 AM11/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi
I am experimenting with the Multi-Branch Project Plugin and it looks great. However, I don't understand the 'Sync Branches Schedule' feature.
The 'Sync Branches Log' shows that the branches scan last ran at:
"Started on Nov 27, 2015 9:52:52 AM"
I have set the Sync Branches Schedule to 'H/30 * * * *' and Jenkins says:
"Would last have run at Friday, November 27, 2015 12:52:40 PM GMT; would next run at Friday, November 27, 2015 1:22:40 PM GMT."
It is now 1:25 PM GMT, so it should have run.
I added a branch at 11:38 GMT today. The plugin has not added a job for the new branch and the 'Sync' job has not run since 9:52 (as shown above). Why might that be please?
Best regards
David
David Aldrich
unread,
Nov 27, 2015, 8:57:19 AM11/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi
An update on this: I noticed that the system log contains:
"svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled."
My understanding is that this exception is associated with not specifying 'Additional Credentials' for the Subversion repository.
I notice that the Multi-Branch Project Plugin doesn't offer an option to enter 'Additional Credentials' for Subversion. The author says that that is the responsibility of the SCM API plugin, not the Multi-Branch Project Plugin: