Skip to content
Snippets Groups Projects
Commit 85a682d1 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added more info to meta data

parent d39f1057
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,9 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
"last_commit_hash" -> LastCommitHash,
"pipeline_version" -> Version,
"pipeline_name" -> qscript.summaryName,
"output_dir" -> qscript.outputDir
"output_dir" -> qscript.outputDir,
"run_name" -> config("run_name", default = qSettings.runName).asString,
"summary_creation" -> System.currentTimeMillis()
))
val writer = new PrintWriter(out)
......
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