Jenkinsfile aangepast
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user