Whoever set up the 6.2 ASF Jenkins jobs used branch specifier “branch_6_2”, but although the documentation for that field indicates that this format should work, we’ve only used the “*/branch-name” format in ASF Jenkins.
So I switched the branch to “*/branch_6_2” on all the 6.2 jobs. -- Steve www.lucidworks.com > On Aug 20, 2016, at 3:18 AM, Apache Jenkins Server > <[email protected]> wrote: > > Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.2/1/ > > No tests ran. > > Build Log: > [...truncated 28 lines...] > ERROR: Couldn't find any revision to build. Verify the repository and branch > configuration for this job. > Retrying after 10 seconds >> git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository >> git config remote.origin.url git://git.apache.org/lucene-solr.git # >> timeout=10 > Cleaning workspace >> git rev-parse --verify HEAD # timeout=10 > No valid HEAD. Skipping the resetting >> git clean -fdx # timeout=10 > Fetching upstream changes from git://git.apache.org/lucene-solr.git >> git --version # timeout=10 >> git -c core.askpass=true fetch --tags --progress >> git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/* >> git rev-parse refs/remotes/origin/branch_6_2^{commit} # timeout=10 >> git rev-parse refs/remotes/origin/origin/branch_6_2^{commit} # timeout=10 >> git rev-parse origin/branch_6_2^{commit} # timeout=10 > ERROR: Couldn't find any revision to build. Verify the repository and branch > configuration for this job. > Retrying after 10 seconds >> git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository >> git config remote.origin.url git://git.apache.org/lucene-solr.git # >> timeout=10 > Cleaning workspace >> git rev-parse --verify HEAD # timeout=10 > No valid HEAD. Skipping the resetting >> git clean -fdx # timeout=10 > Fetching upstream changes from git://git.apache.org/lucene-solr.git >> git --version # timeout=10 >> git -c core.askpass=true fetch --tags --progress >> git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/* >> git rev-parse refs/remotes/origin/branch_6_2^{commit} # timeout=10 >> git rev-parse refs/remotes/origin/origin/branch_6_2^{commit} # timeout=10 >> git rev-parse origin/branch_6_2^{commit} # timeout=10 > ERROR: Couldn't find any revision to build. Verify the repository and branch > configuration for this job. > Archiving artifacts > Recording test results > ERROR: Step ‘Publish JUnit test result report’ failed: No test report files > were found. Configuration error? > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
