using the multi scm plugin to clone two git repo's in one jenkins job. Keeps being marked as failure on the previous clone's latest commit, when cloning the second repo. Not sure what I'm doing incorrectly in the setup. Below is my setup in Jenkins and the output.
Multiple SCMs Git Repositories Repository URL http://xxx@xxx/scm/abc/abc-client.git Branches to build Branch Specifier (blank for default): branch_dev Local subdirectory for repo (optional) abc-client Repository browser Git Repositories Repository URL http://xxx@xxx/scm/abc/abc-server.git Branches to build Branch Specifier (blank for default): branch_dev Local subdirectory for repo (optional) abc-server Repository browser Started by user anonymous Building on master in workspace C:\Jenkins\jobs\abc\workspace Checkout:workspace / C:\Jenkins\jobs\abc\workspace - hudson.remoting.LocalChannel@1bb0cae Using strategy: Default Last Built Revision: Revision 18334c8dbb8c0881e0e5ead1efddbe478af263f9 (origin/branch_dev) Wiping out workspace first. Cloning the remote Git repository Cloning repository http://xxx@xxx/scm/abc/abc-client.git git --version git version 1.8.4.msysgit.0 Fetching upstream changes from origin Commencing build of Revision 18334c8dbb8c0881e0e5ead1efddbe478af263f9 (origin/branch_dev) Checking out Revision 18334c8dbb8c0881e0e5ead1efddbe478af263f9 (origin/branch_dev) Checkout:workspace / C:\Jenkins\jobs\abc\workspace - hudson.remoting.LocalChannel@1bb0cae Using strategy: Default Last Built Revision: Revision 18334c8dbb8c0881e0e5ead1efddbe478af263f9 (origin/branch_dev) Wiping out workspace first. Cloning the remote Git repository Cloning repository http://xxx@xxx/scm/abc/abc-server.git git --version git version 1.8.4.msysgit.0 Fetching upstream changes from origin Commencing build of Revision ad5b4b7f5bfd357f827036057edfc89d5851f736 (origin/branch_dev) Checking out Revision ad5b4b7f5bfd357f827036057edfc89d5851f736 (origin/branch_dev) Could not record history. Previous build's commit, 18334c8dbb8c0881e0e5ead1efddbe478af263f9, does not exist in the current repository. Triggering default default completed with result FAILURE Finished: FAILURE -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
