@@ -21,7 +21,7 @@ def sendMessage(message){
pipeline {
agent any
environment{
- PWD = output_test()
+ LOG = parse_log()
}
stages {
stage('Hello') {