This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
appsptb
/
ptb-fe
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
3
Pull Requests
0
Wiki
Parcourir la source
Update 'Jenkinsfile'
appsptb
il y a 3 ans
Parent
61def5c41c
commit
c8c13fb0fc
1 fichiers modifiés
avec
4 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
4
1
Jenkinsfile
+ 4
- 1
Jenkinsfile
Voir le fichier
@@ -37,5 +37,8 @@ node {
}
}
}
-}
+ }
+ catch (err) {
+ throw err
+ }
}