Hi folks - I searched for the below error ,especially "ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway",I couldnt get anything substantial,second error related to "$GERRIT_REFSPEC" is probably a manifestation of the first error since it could the read the current check-in.. settings for "git" under souce code management are as follows,what am I missing here?
Git Repositories Repository URL[image: Help for feature: Repository URL]<http://wbit-linux2:8080/job/WCN-BIT-LA_CI/configure#> Advanced... Delete Repository Add [image: Help for feature: Repositories]<http://wbit-linux2:8080/job/WCN-BIT-LA_CI/configure#> Branches to build Branch Specifier (blank for default): Delete Branch Add [image: Help for feature: Branches to build]<http://wbit-linux2:8080/job/WCN-BIT-LA_CI/configure#> Advanced... Repository browser(Auto)FishEyebitbucketwebcgitgitblitgithubwebgitlab gitoriouswebgitwebredminewebrhodecodestashviewgit[image: Help for feature: Repository browser] <http://wbit-linux2:8080/job/WCN-BIT-LA_CI/configure#> URL[image: Help for feature: URL]<http://wbit-linux2:8080/job/WCN-BIT-LA_CI/configure#> Started on Dec 27, 2012 10:15:52 AM Using strategy: Gerrit Trigger [poll] Last Build : #17 Fetching changes from the remote Git repositories Fetching upstream changes from ssh://company.com:29418/platform/vendor/proprietary/data.git ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anywayhudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "/usr/bin/git fetch -t ssh://company.com:29418/platform/vendor/proprietary/data.git $GERRIT_REFSPEC" returned status code 128: stdout: stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897) at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858) at hudson.plugins.git.GitAPI.fetch(GitAPI.java:200) at hudson.plugins.git.GitAPI.fetch(GitAPI.java:1105) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:813) at hudson.plugins.git.GitSCM.access$100(GitSCM.java:72) at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:744) at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:731) at hudson.FilePath.act(FilePath.java:852) at hudson.FilePath.act(FilePath.java:825) at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:731) at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:644) at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356) at hudson.scm.SCM.poll(SCM.java:373) at hudson.model.AbstractProject._poll(AbstractProject.java:1474) at hudson.model.AbstractProject.poll(AbstractProject.java:1404) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:439) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:468) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Polling for changes in Done. Took 0.56 sec No changes Thanks
