Commit e1bceeb0 authored by apuy's avatar apuy

Update Jenkinsfile

parent 0b15e5c8
...@@ -5,7 +5,7 @@ pipeline { ...@@ -5,7 +5,7 @@ pipeline {
datedeploy = sh( script: "date +%d%m%Y", returnStdout: true ).trim() datedeploy = sh( script: "date +%d%m%Y", returnStdout: true ).trim()
datebckp = sh( script: "date +%Y-%m-%d-%H:%M", returnStdout: true ).trim() datebckp = sh( script: "date +%Y-%m-%d-%H:%M", returnStdout: true ).trim()
tagname = "RC.${datedeploy}-${env.BUILD_NUMBER}-UAT" tagname = "RC.${datedeploy}-${env.BUILD_NUMBER}-UAT"
appsName = "dms-aftersales-app" appsName = "dms-aftersales-mobile"
gitBranch = "$gitBranch" gitBranch = "$gitBranch"
AWS_REGION = 'ap-southeast-3' AWS_REGION = 'ap-southeast-3'
ECR_REGISTRY = '689978033173.dkr.ecr.ap-southeast-3.amazonaws.com' ECR_REGISTRY = '689978033173.dkr.ecr.ap-southeast-3.amazonaws.com'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment