From 9fa7f1d45ceb4bf721bd7d17adde3a277d6308f8 Mon Sep 17 00:00:00 2001 From: Michel ten Voorde Date: Tue, 5 Nov 2024 14:45:35 +0100 Subject: [PATCH] Added test environment --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef672c5..1f3e757 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { } } - stage('Push the Docker Image to DockerHub') { + stage('Push the Docker Image to DockerHub test') { steps { script { withCredentials([string(credentialsId: 'c7783e4f-2f79-482f-885f-dfb39f8c02d3', variable: 'docker_hub')]) { @@ -85,7 +85,7 @@ pipeline { } } - stage('Deploy to Kubernetes') { + stage('Deploy to Kubernetes test') { steps { script { kubeconfig(credentialsId: 'k3s-kubeconfig') {