Added test environment

This commit is contained in:
Michel ten Voorde
2024-11-05 14:45:35 +01:00
parent bfb0973a19
commit 9fa7f1d45c

4
Jenkinsfile vendored
View File

@@ -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') {