Browse Source

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

vmshay 5 years ago
parent
commit
5518cc11c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

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