Explorar el Código

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

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

+ 1 - 1
Jenkins/jenkinsfile

@@ -28,7 +28,7 @@ pipeline {
       }
       failure {
         echo 'I failed :((('
-			echo "${BUILD_URL}/consoleText"
+			sh 'curl "${BUILD_URL}/consoleText" > /tmp/test.txt'
       }
       changed {
         echo 'things were different before...'