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
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: