That message usually means that the repository in the workspace does not
contain a reference named "master" or named "origin/master".  That is a
surprise, since most repositories include a master branch.

You could try "Wipe Workspace" from the job's "Workspace" link, then run
the job again.  If that works, then that hints there was something
unexpectedly wrong with the repository in the job workspace.

If that does not work, then you may want to look at the job definition to
see if there is a reference to a branch or tag which does not exist in the
repository.

Mark Waite

On Sun, Apr 2, 2017 at 10:43 AM Simba K <simba.1...@gmail.com> wrote:

> I have upgraded jenkins from 1.6 to 2.32.  and git plugin to 3.1 and git
> client plugin to 2.4.1. It broken existing build job. Has anyone
> experienced?
>
>
> > git.exe fetch --tags https://myproject.git
> +refs/heads/*:refs/remotes/origin/*
>  > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
>  > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" #
> timeout=10
>  > git.exe rev-parse "origin/master^{commit}" # timeout=10
>
>   ERROR : Couldn't find any revision to build. Verify the repository and
> branch configuration for this job.
>
> Jenkins running as a service on windows 7.
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/3680dc38-18f1-4034-b482-aa22c23f7c80%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/3680dc38-18f1-4034-b482-aa22c23f7c80%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHH7%2BLgY6nxJu6PGdMH-6Rqrya%2BF_O8TGoRkaoJ%3Dbv%2BPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to