Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- node {
- docker.image('ozhyhalo/contrail-ui:latest').inside('--user circleci') {
- stage('Prepare info') {
- workspace = '/go/src/github.com/Juniper/contrail-ui'
- }
- stage('prepare nodejs/npm') {
- sh '''
- source ~/.profile
- nvm install --lts=carbon && \
- nvm use --lts=carbon
- '''
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment