hotfix/DO-0/some_refactoring - remove unused vars (!104)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/104
Reviewed-by: Aleksandr Vodyanov <aleksandr.vodyanov@avroid.team>
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
This commit is contained in:
Rustam Tagaev
2025-03-13 15:16:52 +03:00
parent 8ad06c6d32
commit b4b9e54cd4
4 changed files with 14 additions and 30 deletions

View File

@@ -18,7 +18,7 @@ String branch = 'master'
String valuesPath = 'avroid.local/api-gateway/openresty'
String namespace = 'api-gateway'
String helmChart = 'openresty'
String helmRepoPath = 'avroid/openresty'
String helmRepoPath = "avroid/${helmChart}"
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release"
Map configuration = [
@@ -28,7 +28,7 @@ Map configuration = [
]
List dockerCreds = [
[path: 'team-devops/services/ci-cd/Jenkins/jenkins.avroid.tech', engineVersion: 2,
[path: 'team-devops/services/ci-cd/Jenkins/jenkins.avroid.tech', engineVersion: 2,
secretValues:
[
[vaultKey: 'k8s_jenkins_deploy_token'],