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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user