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