This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -8,7 +8,7 @@ pipeline {
|
||||
docker {
|
||||
// Set both label and image
|
||||
label 'docker'
|
||||
image 'node:17-alpine'
|
||||
image 'node:lts-alpine3.14'
|
||||
args '--name docker-node' // list any args
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user