mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-11 21:28:37 -06:00
adding npm install
This commit is contained in:
12
jenkins/Jenkinsfile
vendored
12
jenkins/Jenkinsfile
vendored
@@ -31,7 +31,17 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh "echo 'done building'"
|
||||
sh "sleep 15"
|
||||
}
|
||||
}
|
||||
stage('npm install') {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:6-alpine'
|
||||
args '-p 3000:3000'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user