|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Code changed in jenkins
User: Arnout Engelen
Path:
src/main/java/hudson/plugins/git/GitSCM.java
src/main/resources/hudson/plugins/git/BranchSpec/help-name.html
src/test/java/hudson/plugins/git/util/DefaultBuildChooserTest.java
http://jenkins-ci.org/commit/git-plugin/df699e09000914b0a0ab958f0e81590a368195f0
Log:
Document and improve test for building a sha1 rev
The 'branch to build' option already also accepts a SHA1-hash to specify
the specific revision to build, but this was not really obvious (neither
in the online help nor in the code). Added a note to the documentation and
a test which covers part of this functionality more explicitly, though part
of this still happens in GitSCM which isn't really under test.
See also
JENKINS-22278