You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using your plugin and it is not handling spaces with path names when running nodejs. I was using the filtered-build mechanism and I am unable to control the double quotes properly. This was causing me a problem in my CI environment which resides under "C:\Program Files...." I was able to work around this by pulling the plugin and making changes to executeScript(...) method. I used the expanded form of CommandLine.
Could something like this be included in a future release? I just joined GitHub about 10 minutes ago and I'm still learning how this all works.
Hello, and welcome to github! I have pushed a new version which I think should resolve your issue. You can build it from source, or you should be able to update your project's version of the plugin to 2.0.0-SNAPSHOT, in which case you will need to add the sonatype snapshot repository to your pom, by adding the tags below to the project config
Hi, I am using your plugin and it is not handling spaces with path names when running nodejs. I was using the filtered-build mechanism and I am unable to control the double quotes properly. This was causing me a problem in my CI environment which resides under "C:\Program Files...." I was able to work around this by pulling the plugin and making changes to executeScript(...) method. I used the expanded form of CommandLine.
Could something like this be included in a future release? I just joined GitHub about 10 minutes ago and I'm still learning how this all works.
NodeJsRunner.java
The text was updated successfully, but these errors were encountered: