While importing the project, I get download-maven-plugin-1.2.1:wget (2 errors). I tried to build the project in command line on another machine. The build was succesful but "gulp test" started instead of "npm install" on line no 5 of the log-file attached.
On Tuesday, April 12, 2016 at 11:37:20 PM UTC+5:30, Arshad Khan wrote: > > Hello, > I am getting some errors in all pom files of my jenkins project. I am > using linux mint 17 mate and using eclipse with openjdk1.7. What should I > do to remove this error? > BR, > Arshad > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/01acd49b-21a3-445a-9df9-8980f25266d9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ jenkins-war --- [INFO] Node v4.0.0 is already installed. [INFO] Found NPM version 2.13.1 [INFO] [INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ jenkins-war --- [INFO] Running 'npm install --color=false' in /home/arshad/jenkins/war [ERROR] npm WARN package.json [email protected] No repository field. [ERROR] npm WARN package.json [email protected] No README data [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/gulp/node_modules/gulp-util/node_modules/dateformat/node_modules/meow requires object-assign@'^4.0.1' but will load [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/gulp/node_modules/gulp-util/node_modules/object-assign, [ERROR] npm WARN unmet dependency which is version 3.0.0 [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/jenkins-js-builder/node_modules/gulp-util/node_modules/dateformat/node_modules/meow requires object-assign@'^4.0.1' but will load [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/jenkins-js-builder/node_modules/gulp-util/node_modules/object-assign, [ERROR] npm WARN unmet dependency which is version 3.0.0 [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/jenkins-js-builder/node_modules/gulp-jshint/node_modules/jshint requires lodash@'3.7.x' but will load [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/jenkins-js-builder/node_modules/gulp-jshint/node_modules/lodash, [ERROR] npm WARN unmet dependency which is version 3.10.1 [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/jenkins-js-test/node_modules/gulp-jasmine/node_modules/gulp-util/node_modules/dateformat/node_modules/meow requires object-assign@'^4.0.1' but will load [ERROR] npm WARN unmet dependency /home/arshad/jenkins/war/node_modules/jenkins-js-test/node_modules/gulp-jasmine/node_modules/gulp-util/node_modules/object-assign, [ERROR] npm WARN unmet dependency which is version 3.0.0 [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ jenkins-war --- [INFO] Source directory: /home/arshad/jenkins/war/target/generated-sources/localizer added. [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateStubs (default) @ jenkins-war --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- frontend-maven-plugin:0.0.23:gulp (gulp bundle) @ jenkins-war --- [INFO] Running 'gulp bundle --no-color' in /home/arshad/jenkins/war [ERROR] module.js:338 [ERROR] throw err; [ERROR] ^ [ERROR] [ERROR] Error: Cannot find module 'globule' [ERROR] at Function.Module._resolveFilename (module.js:336:15) [ERROR] at Function.Module._load (module.js:286:25) [ERROR] at Module.require (module.js:365:17) [ERROR] at require (module.js:384:17) [ERROR] at Object.<anonymous> (/home/arshad/jenkins/war/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:16:15) [ERROR] at Module._compile (module.js:434:26) [ERROR] at Object.Module._extensions..js (module.js:452:10) [ERROR] at Module.load (module.js:355:32) [ERROR] at Function.Module._load (module.js:310:12) [ERROR] at Module.require (module.js:365:17) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Jenkins main module ................................ SUCCESS [ 4.764 s] [INFO] Jenkins cli ........................................ SUCCESS [ 8.319 s] [INFO] Jenkins core ....................................... SUCCESS [04:01 min] [INFO] Jenkins war ........................................ FAILURE [ 37.690 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:54 min [INFO] Finished at: 2016-04-16T01:40:07+05:30 [INFO] Final Memory: 87M/390M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:gulp (gulp bundle) on project jenkins-war: Failed to run task: 'gulp bundle --no-color' failed. (error code 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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :jenkins-war
