Created
January 24, 2020 14:36
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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