Docker toegevoegd aan pipeline

This commit is contained in:
2025-01-05 20:49:22 +01:00
parent a4df3f78a6
commit b10a704c85

5
Jenkinsfile vendored
View File

@@ -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"