oasp / oasp4js

OASP4JS deprecated repository
Apache License 2.0
9 stars 161 forks source link

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (gulp) #100

Open phipham1 opened 7 years ago

phipham1 commented 7 years ago

Hi guys,

im trying to build the oasp4js project via a jenkins pipeline using the nodejs jenkins plugin.

My jenkins commands cd oasp4js/; npm install -g gulp; npm install -g bower; npm install; cd java; mvn install

Somehow im failing building it. It failing this goal goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (gulp)

Any ideas? thanks!

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 58.699 s [INFO] Finished at: 2017-02-13T17:22:38+01:00

[INFO] Final Memory: 11M/239M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (gulp) on project oasp4js-sample: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException Build step 'Execute shell' marked build as failure Finished: FAILURE