Explorar el Código

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

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

+ 1 - 1
Jenkins/jenkins

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