Explorar el Código

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

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

+ 1 - 1
Jenkins/jenkins

@@ -1,4 +1,4 @@
-def context = readFile("Dockerfile").trim()
+def context = sh(script: "pwd",returnStdout: true)
 
 def sendMessage(message){
 	def encode = URLEncoder.encode(message,"UTF-8")