* Fix syntax error.

This commit is contained in:
liyang
2023-04-21 09:19:16 +08:00
parent 12cd7f6ec6
commit c1e76f0bfe
Vendored
+1 -1
View File
@@ -157,7 +157,7 @@ pipeline {
failure{
container('xuanimbot') {
sh 'git config --global --add safe.directory $(pwd)'
sh '/usr/local/bin/xuanimbot --users "$(git show -s --format=%an)" --title "unittest" --url "${RUN_DISPLAY_URL}" --content "Unit test failed" --debug --custom'
sh '/usr/local/bin/xuanimbot --users "$(git show -s --format=%an)" --title "unittest" --url "${RUN_DISPLAY_URL}" --content "Unit test failed" --debug --custom'
}
}
}