Explorar el Código

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

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

+ 1 - 1
Jenkins/jenkins

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