|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Using <> markers to note values
View a file
http://<opengrok-server>/source/xref/<opengrok-project-name>/<filepath-within-depot>
So, if the file in P4 is
//depot/production/project/main/dir1/dir2/file
filepath-within-depot would be
dir1/dir2/file
File diff with earlier version
http://<opengrok-server>/source/diff/<opengrok-project-name>/build.properties?r2=%2F<opengrok-project-name>%2<filepath-within-depot-url-encoded>%40<p4-change>&r1=%2F<opengrok-project-name>%2F<filepath-within-depot-url-encoded>%40<p4-change>
NOTE
%2F - URL encoded /
%40 - URL encoded @
View a job/issue
View a change-set
For these 2 it looks like we have customized our version of OpenGrok to reference these to our internal tools that track issues and related changesets.
From the Opengrok source, it doesn't look like there are any paths/servlets that would make sense to be handling change number as the only query input or a bug/issue number as the same
https://github.com/OpenGrok/OpenGrok/blob/50c60fa3feefb22293e30dfba92e0d571db5cd6b/web/WEB-INF/web.xml
This issue would seem to support the idea that this is not available as a feature
https://github.com/OpenGrok/OpenGrok/issues/392