diff --git a/Jenkinsfile b/Jenkinsfile index 2e1989b..62bec18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,8 +2,8 @@ pipeline{ agent any environment { DOCKERHUB_CREDENTIALS= credentials('dockerhubcredentials') - AKS_CLUSTER_NAME = tpdevopscluster - RESOURCE_GROUP = rg-devops + AKS_CLUSTER_NAME = 'tpdevopscluster' + RESOURCE_GROUP = 'rg-devops' } stages{ stage('Fetch the code') {