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
+2
View File
@@ -33,10 +33,12 @@ podTemplate(
def imageTag = getImageTag()
def manifestRepo = 'cna-bootcamp/lifesub-manifest'
def manifestBranch = 'main'
def namespace
stage("Get Source") {
checkout scm
props = readProperties file: "deployment/deploy_env_vars"
namespace = "${props.namespace}"
}
stage('Build & Push Image') {