This commit is contained in:
hiondal
2025-03-03 14:17:10 +09:00
parent 2e443a03bd
commit 2220ab7d79
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ podTemplate(
stage("Get Source") {
checkout scm
props = readProperties file: "deployment/deploy_env_vars"
namespace = "${props.teamid}-${props.root_project}-ns"
namespace = "${props.namespace}"
}
stage("Setup AKS") {