Skip to content
Snippets Groups Projects
Commit c7dddadd authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Merge branch 'patch-meta_in_summary' into 'develop'

Patch meta in summary

This pull request adds a `meta` entry to the root of each summary JSON file. The contents of the meta is:

`last_commit_hash`: the commit hash of the repository when the JAR was built. If the repository has uncommitted changes, `-dirty` is appended to the commit hash.

`pipeline_version`: the version of the pipeline (the one we put in the `pom.xml` file).

This information is static across all modules and subpipelines to any given pipeline run, so I decided to put this in the root.

See merge request !144
parents 81fa8685 0e5a2fad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment