Skip to content

Instantly share code, notes, and snippets.

@jt-nti
Created January 24, 2020 14:36
Show Gist options
  • Save jt-nti/022f938ecec939a2d7a502ebef457756 to your computer and use it in GitHub Desktop.
Save jt-nti/022f938ecec939a2d7a502ebef457756 to your computer and use it in GitHub Desktop.
JSONata expression to convert azure pipeline status to lametric DIY app format
{
"frames" : [
{
"text": "fabric-chaincode-java"
},
{
"chartData": $reverse([value[name='FailedBuilds'].intValue])
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment