diff --git a/Jenkinsfile b/Jenkinsfile
index 1d64fc1..7055de2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ node {
      properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '3', numToKeepStr: '7'))])
 
     stage('Start argocd') {
-        withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') {
+//        withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') {
             withCredentials([usernamePassword(credentialsId: 'argocd-devops-lab', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
                sh"""
                kubectl port-forward svc/argocd-server -n argocd 8080:443&
@@ -11,7 +11,7 @@ node {
                argocd app list
                """
             }
-        }       
+  //      }       
     }
     
     stage('Create app') {