Hello,
We sometimes face connection instability on our build pipelines, [INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:32 min (Wall Clock)
[INFO] Finished at: 2023-11-02T09:37:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:install-node-and-npm (install node and npm) on project webapp-consultation-intranet: Could not download Node.js: Got error code 500 from the server. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :webapp-consultation-intranet
Hi Sidali and welcome to the community!
The output shows that the build is trying to connect to a server to install node and npm and this server responds with a 500 status code. It is possible that it is overloaded at certain times and returns this 500 error.
I would suggest reaching out to the support team of the server you are trying to connect to for more details, as the error comes from this server and not from Pipelines.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.