properly format the json block

This commit is contained in:
R. Tyler Croy 2018-01-04 18:03:05 -08:00 committed by GitHub
parent 88265ba282
commit ed89a29035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ An artifact pointer could be described as a JSON file, e.g.:
.timestamps.txt.jartptr
[source,json]
=====
----
{
"fingerprint" : "<md5sum of original file>",
"uri" : "https://some/external/uri",
@ -53,7 +53,7 @@ An artifact pointer could be described as a JSON file, e.g.:
"ctime" : "2018-01-04 17:00:00Z"
}
}
====
----
Jenkins could then identify this file as such, and link a `timestamps.txt` in
the web UI directly to the `uri` attribute defined in the `.jartptr` manifest.