Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. sh """
  2. bash
  3. . .env/bin/activate
  4. . ${JENKINS_HOME}/nvm_init.sh
  5. npm install
  6. node --version
  7. which node
  8. echo $PATH
  9. export PATH=$(npm bin):$PATH
  10. echo $PATH
  11. which bower
  12. which node
  13. node --version
  14. bower install
  15. """
  16.  
  17. + npm install
  18. npm WARN goconnect@0.0.1 No repository field.
  19. npm WARN goconnect@0.0.1 No license field.
  20. + node --version
  21. v6.9.2
  22. + which node
  23. /data/jenkins/.nvm/versions/node/v6.9.2/bin/node
  24. + echo /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
  25. /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
  26. + npm bin
  27. + export PATH=/data/jenkins/workspace/GoConnect_feature_jenkins2-KGJYBCCDJPBPOLJ2K2Q4JVQP6TKHIVKXYDJZ4WUMFHTSSDIZWCAQ/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
  28. + echo /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
  29. /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
  30. + which bower
  31. /data/jenkins/workspace/GoConnect_feature_jenkins2-KGJYBCCDJPBPOLJ2K2Q4JVQP6TKHIVKXYDJZ4WUMFHTSSDIZWCAQ/node_modules/.bin/bower
  32. + which node
  33. [Pipeline] }
  34. [Pipeline] // stage
  35. [Pipeline] }
  36. [Pipeline] // node
  37. [Pipeline] End of Pipeline
  38. ERROR: script returned exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement