This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
iru
/
node
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Test
Vadim Surkov
hace 7 años
padre
732404184c
commit
bd2628b296
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
Jenkinsfile
+ 1
- 1
Jenkinsfile
Ver fichero
@@ -42,7 +42,7 @@ pipeline {
}
catch(err){
echo "Recovering service $item"
-
//
throw
+ throw
err
}
}
}