Docker toegevoegd aan pipeline
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,7 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
tools{ nodejs "nodejs"}
|
||||
tools {
|
||||
nodejs "nodejs"
|
||||
docker "docker"
|
||||
}
|
||||
|
||||
environment {
|
||||
DOCKER_IMAGE_NAME = "weetikveel"
|
||||
|
||||
Reference in New Issue
Block a user