This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
appsptb
/
ptb-fe
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
3
Pull Requests
0
Wiki
Explorar el Código
Update 'Jenkinsfile'
appsptb
hace 3 años
padre
61def5c41c
commit
c8c13fb0fc
Se han
modificado 1 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
4
1
Jenkinsfile
+ 4
- 1
Jenkinsfile
Ver fichero
@@ -37,5 +37,8 @@ node {
}
}
}
-}
+ }
+ catch (err) {
+ throw err
+ }
}