We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1201f commit 05504a9Copy full SHA for 05504a9
Jenkinsfile
@@ -1,7 +1,7 @@
1
pipeline {
2
agent {
3
docker {
4
- image 'node:alpine'
+ image 'node:6-alpine'
5
args '-p 3000:3000'
6
}
7
0 commit comments