Explorar el Código

Обновить 'Jenkins/jenkins'

vmshay hace 5 años
padre
commit
6b401e335b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkins/jenkins

+ 1 - 1
Jenkins/jenkins

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