@@ -25,7 +25,7 @@ pipeline {
stages {
stage('Hello') {
steps {
- sendMessage("${LOG}")
+ sendMessage(parse_log())
}