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