Hello,

We are trying to specify a git branch on a parameterized build.

It seems there are options for CVS and Subversion but not for git.

However when we are debugging the git plugin there seems to be support for
it. In the function determineRevisionToBuild there is the following
code:

// parameter forcing the commit ID to build
if (candidates.isEmpty() ) {
    final RevisionParameterAction rpa = 
build.getAction(RevisionParameterAction.class);
    if (rpa != null) {
        candidates = Collections.singleton(rpa.toRevision(git));
    }
}

We can not find a way to set RevisionParameterAction.

Have we missed something obvious?

Ivan

-- 
We are all a little weird and life's a little weird, and when we find
someone whose weirdness is compatible with ours, we join up with them
and fall in mutual weirdness and call it love.
    -- Dr. Seuss

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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/d/optout.

Reply via email to