Skip to content

Commit

Permalink
Deploy to AKS from Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Selmouni-Abdelilah committed Feb 27, 2024
1 parent a4037ab commit 0eecb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 0eecb25

Please sign in to comment.