Jenkinsfile aangepast

This commit is contained in:
2025-01-05 20:43:27 +01:00
parent 591bf3a354
commit a4df3f78a6

2
Jenkinsfile vendored
View File

@@ -1,6 +1,8 @@
pipeline { pipeline {
agent any agent any
tools{ nodejs "nodejs"}
environment { environment {
DOCKER_IMAGE_NAME = "weetikveel" DOCKER_IMAGE_NAME = "weetikveel"
DOCKER_REGISTRY = "veenm" // Optioneel als je Docker image naar Docker Hub wilt pushen DOCKER_REGISTRY = "veenm" // Optioneel als je Docker image naar Docker Hub wilt pushen