Guest User

Untitled

a guest
Jul 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. node {
  2. docker.image('ozhyhalo/contrail-ui:latest').inside('--user circleci') {
  3. stage('Prepare info') {
  4. workspace = '/go/src/github.com/Juniper/contrail-ui'
  5. }
  6. stage('prepare nodejs/npm') {
  7. sh '''
  8. source ~/.profile
  9. nvm install --lts=carbon && \
  10. nvm use --lts=carbon
  11. '''
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment