mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
refactor: Jenkinsfile 변경
This commit is contained in:
parent
8f91c42a17
commit
ae29756681
4
smarketing-ai/deployment/Jenkinsfile
vendored
4
smarketing-ai/deployment/Jenkinsfile
vendored
@ -29,6 +29,10 @@ podTemplate(
|
|||||||
checkout scm
|
checkout scm
|
||||||
props = readProperties file: "deployment/deploy_env_vars"
|
props = readProperties file: "deployment/deploy_env_vars"
|
||||||
namespace = "${props.namespace}"
|
namespace = "${props.namespace}"
|
||||||
|
|
||||||
|
echo "Registry: ${props.registry}"
|
||||||
|
echo "Image Org: ${props.image_org}"
|
||||||
|
echo "Team ID: ${props.teamid}"
|
||||||
}
|
}
|
||||||
|
|
||||||
stage("Setup AKS") {
|
stage("Setup AKS") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user