Explorar el Código

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

vmshay hace 5 años
padre
commit
47bb60478b
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
+			echo "${BUILD_URL}/consoleText"
       }
       changed {
         echo 'things were different before...'