Dashboard > Pulse v1.2 > ... > User Interface > Pulse URL Scheme
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  Pulse URL Scheme
Added by Daniel Ostermeier, last edited by Jason Sankey on Apr 19, 2007  (view change)
Labels: 
(None)

Pulse Manual Index

Introduction

pulse™ provides a predictable, readable URL scheme that allows you to quickly and easily lookup and link to various pages and resources available through pulse™.

Projects

URL Description
/display/projects/<projectName> Links to the home page of the named project.

Examples:

To view the homepage of a project called "sample", you would use:

http://pulse.zutubi.com/display/projects/sample/

If the name of the project had a space in it, such as "sample project", you would need to encode that space as shown in the following samples:

http://pulse.zutubi.com/display/projects/sample%20project/

OR

http://pulse.zutubi.com/display/projects/sample+project/

Builds

The following URLs can be used to lookup specific builds within a project.

URL Description
/display/projects/<projectName>/latest Links to the home page of the latest build of the named project.
/display/projects/<projectName>/successful Links to the home page of the latest successful build of the named project.
/display/projects/<projectName>/latestsuccessful Links to the home page of the latest successful build of the named project.
/display/projects/<projectName>/builds/<buildNumber> Links to the home page of the build identified by the specified build number for the named project
/display/projects/<projectName>/specs/<specName>/latest Links to the home page of the latest build of the named build specification.
/display/projects/<projectName>/specs/<specName>/successful Links to the home page of the latest successful build of the named build specification.
/display/projects/<projectName>/specs/<specName>/latestsuccessful Links to the homepage of the latest successful build of the named build specification.

Examples:

To view the home page of the latest build for "sample" project, you would use:

http://pulse.zutubi.com/display/projects/sample/latest/

To view build number 23 for the sample project, you would use:

http://pulse.zutubi.com/display/projects/sample/builds/23/

Artifacts

Now that we have a way to specify a particular build, we can use the following URLs to specify resources within that build.

URL Description
/display/projects/<projectName>/latest/wc Links to the working copy tab for the latest build of the named project.
/display/projects/<projectName>/builds/<buildNumber>/wc Links to the working copy tab for the specified build of the named project.
/display/projects/<projectName>/latest/artifacts Links to the artifacts tab for the latest build of the named project.
/display/projects/<projectName>/builds/<buildNumber>/artifacts Links to the artifacts tab for the specified build of the named project.
/display/projects/<projectName>/latest/<stageName>/<commandName>/<artifactName>/<artifactPath> Links directly the the named artifact for the latest build.
/display/projects/<projectName>/builds/<buildNumber>/<stageName>/<commandName>/<artifactName>/<artifactPath> Links directly the the named artifact for the specified build.

Examples:

If you were capturing an HTML test report called "report" as part of the "default" stages' "build" command, you can link directly to the latest report using:

http://pulse.zutubi.com/display/projects/sample/latest/default/build/report/

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators