mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
refactor: Jenkinsfile - deploy_env_vars 경로 변경
This commit is contained in:
parent
4eb060df23
commit
96e3372d08
2
smarketing-ai/deployment/Jenkinsfile
vendored
2
smarketing-ai/deployment/Jenkinsfile
vendored
@ -27,7 +27,7 @@ podTemplate(
|
||||
|
||||
stage("Get Source") {
|
||||
checkout scm
|
||||
props = readProperties file: "deployment/deploy_env_vars"
|
||||
props = readProperties file: "smarketing-ai/deployment/deploy_env_vars"
|
||||
namespace = "${props.namespace}"
|
||||
|
||||
echo "Registry: ${props.registry}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user