Open toschder opened 5 years ago
I got a few steps forward and detected that for executing
npm install phantomjs-prebuilt
the right npm Proxy needs to be set 1st, in order to download that package. After downloading this, _phantomjscdnurl is reflected to download the remaining parts.
I´ve changed the configuration now to:
...
<configuration>
<arguments>install phantomjs-prebuilt --registry=https://lpnexus01.mycompany.net:8088/repository/mycompany_npm_repositories/ --strict-ssl=false --verbose</arguments>
</configuration>
...
Do you want to request a feature or report a bug? I guess it´s a bug? What is the current behavior? I have configured the frontend-maven-plugin to download and install npm, node and phantomsjs-prebuilt. It´s working on Windows - but fails on my Jenkins Slave (Unix) which has no proxy set and seems to ignore the _phantomjscdnurl.
If the current behavior is a bug, please provide the steps to reproduce. Here´s my pluginManagement from my pom.xml:
And this are the executions:
What is the expected behavior? The expected behaviour is that it will download phantomjs-2.1.x.tgz on Unix from the configured phantomjs_cdnurl. On Windows (locally) I´m getting
On my Jenkins Slave I´m getting:
Please mention your frontend-maven-plugin and operating system version. The frontend-maven-plugin is 1.8.0 (see above) The operating system is given as Linux 3.10.0-957.21.3.el7.x86_64 (running as a Docker Image in openShift)