Explorar el Código

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

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

+ 3 - 0
Jenkins/jenkins

@@ -1,3 +1,5 @@
+#!groovy
+node{
 def context = sh(script: "pwd",returnStdout: true)
 
 def sendMessage(message){
@@ -11,6 +13,7 @@ def sendMessage(message){
 		return responce
 	}
 }
+}
 
 pipeline {
    agent any