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:
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:
OR
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:
To view build number 23 for the sample project, you would use:
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: