Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node 6 support and allow installation of node version via nvm #4

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

philipgough
Copy link
Contributor

ping @odra

Install node 6 latest by default and change perms on nvm dir to allow users to run nvm install in Jenkinsfile

@odra
Copy link
Contributor

odra commented Sep 21, 2017

👀

@odra
Copy link
Contributor

odra commented Sep 22, 2017

nvm working with the following commands:

node('android') {
    stage('nvm') {
        sh 'node --version'
        sh '. /opt/nvm/nvm.sh && nvm install 4.4.3 && nvm alias default 4.4.3'
        sh '. /opt/nvm/nvm.sh && node --version'
    }
}
``'

@odra
Copy link
Contributor

odra commented Sep 22, 2017

@philipgough let's just change the default node version to "6.9.1" then feel free to merge it 👍

@philipgough philipgough merged commit 4757363 into master Sep 25, 2017
@philipgough philipgough deleted the AGDIGGER-177 branch September 25, 2017 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants