Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleProperties
Section
titleSystem Identifier

Identifies the connection information via Confluence shortcuts or space properties.

Defaults to hudson.

Transclusion
documentSystem Identifier to URL URI Resolution Algorithm
idsFragment

Section
titleJob

The name of the Hudson job as rendered in the URL to the job.

Defaults to the space property 'project-artifact-id'.

Example Box

If your server is at

Code Block
https://www.example.com/hudson

and the job to reference is my-project, the following URL will be constructed:

Code Block
https://www.example.com/hudson/job/my-project
Section
titleSubordinate Service

The subordinate service within the job. Appended to the URL containing the base URI, the job and the subservice.

Example Box

Hudson provides services for jobs. One is the dependency graph that renders the project dependencies graphically. The subservice is that part of the URL that is appended to the URL to the job on the Hudson server. In the example of the dependency graph the URL fragment is depgraph-view. The complete URL with Subordinate Service property set to the URL fragment depgraph-view is therefore:

Code Block
https://www.example.com/hudson/job/my-project/depgraph-view
Section
titleLabel

The label for the link. Defaults to the name of the job, if not explicitly specified.

...