diff --git a/Jenkinsfile b/Jenkinsfile index 0c1d1bd..4847c62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,7 @@ pipeline { def branches = [ [name: "dev", overlay: "overlays/dev"], [name: "staging", overlay: "overlays/staging"], - [name: "production", overlay: "overlays/production"] + [name: "prod", overlay: "overlays/production"] ] withCredentials([usernamePassword(credentialsId: 'gitea-token-gitops', usernameVariable: 'GITEA_USER', passwordVariable: 'GITEA_PASS')]) { @@ -106,7 +106,7 @@ pipeline { post { success { - echo "✅ GitOps update successful — all branches (dev, staging, production) updated!" + echo "✅ GitOps update successful — all branches (dev, staging, prod) updated!" } failure { echo "❌ Pipeline failed, check Jenkins logs for details."