SAP / ui5-tooling

An open and modular toolchain to develop state of the art applications based on the UI5 framework
https://sap.github.io/ui5-tooling
Apache License 2.0
469 stars 71 forks source link

Timeout in Jenkins pipeline #549

Closed melwinlobo18 closed 3 years ago

melwinlobo18 commented 3 years ago

We're using the ui5-tooling in our project at SAP. It works great when we're developing the application locally. But when the build runs in the Jenkins pipeline, a timeout occurs as our Jenkins pipeline doesn't have access to the public NPM repository. How can we resolve this?

matz3 commented 3 years ago

Are you referring to the npm install, which can't be executed, or the download of UI5 libraries via the framework configuration? (see https://sap.github.io/ui5-tooling/pages/OpenUI5/ / https://sap.github.io/ui5-tooling/pages/SAPUI5/)

Our UI5 framework functionality is supposed to use the same configuration as npm does, so it should behave the same as npm install. If it doesn't, we should definitely look into this from UI5 Tooling side.

Otherwise I'd categorize this as an issue not specific to this project but to a npm/yarn project setup in general, thus we can't really provide support for it.