-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to report compilation and other pipeline error in a web page ? #26
Comments
I've started working on it, but it's more complex than expected. Retrieving and parsing error from Node modules is a bit tricky. So postponed the issue to the next release. |
+1 it will be very useful in order to monitor your app build in a continuous delivery manner. |
@romainPellerin it's not really the purpose of this issue. Here it's just to display en error page when you get an issue in the pipeline (compilation issue or something related to the resource/source processing). What you are mentioning is already supported as any error happening in the Maven build fails the build. |
…racter and reason of the processing issue (#26). Also add the support of the Java Compiler. Signed-off-by: Clement Escoffier <[email protected]>
…om server (#26) Signed-off-by: Clement Escoffier <[email protected]>
…r handler to read the error.json and render the provided template (#26) Signed-off-by: Clement Escoffier <[email protected]>
Signed-off-by: Clement Escoffier <[email protected]>
Signed-off-by: Clement Escoffier <[email protected]>
Signed-off-by: Clement Escoffier <[email protected]>
Signed-off-by: Clement Escoffier <[email protected]>
Signed-off-by: Clement Escoffier <[email protected]>
Signed-off-by: Clement Escoffier <[email protected]>
@cescoffier that's exactly what I mean, it will be very useful to get these errors trace from the app at runtime and not at build time, in order to build dynamic supervision features. I am seeing you are already on the way to implement it, will be awesome! |
Signed-off-by: Clement Escoffier <[email protected]>
…ndling (#26) Signed-off-by: Clement Escoffier <[email protected]>
Done ! |
Terrific !!!! Going to introduce it asap in my use case! Romain Pellerin | Fondateur - Gérant 1 rue Fleming - 17000 La Rochelle | www.ubidreams.com +33 (0)5 16 49 04 84 | 06 89 28 95 80 *Fondateur & Mentor du projet libre NANOKO *| www.nanoko.org Blog http://romainpellerin.fr/ | Linkedin On Fri, Jun 6, 2014 at 10:56 AM, Clement Escoffier <[email protected]
|
No description provided.
The text was updated successfully, but these errors were encountered: