Explorar el Código

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

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

+ 1 - 1
Jenkins/jenkins

@@ -19,7 +19,7 @@ pipeline {
    stages {
       stage('Hello') {
          steps {
-            sendMessage(${context})
+            sendMessage("${context}")
          }
       }
    }