A regular expression is used to match the result summary in the build output for display in PingCode.

For example: The following is part of the build output in Jenkins:

...
# utilities ✓ #PLM-1239 isSha, input '0-9a-fA-F' * 40, true
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 39, false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 41, false
✓ #PLM-1239 isSha, input ' ' + '0-9a-fA-F' * 39, false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 39 + ' ', false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 1 + '0-9a-fA-F ' * + '0-9a-fA-F' * 1, true

720 passing (10s)

If you want to display the line 720 passing (10s) on PingCode Agile Project, you need to enter ^.*passing in the input box. PingCode jenkins plugin will match this line from the build result according to your input regular expression and send it to PingCode.