We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83b2c0f + 776abf8 commit d23844bCopy full SHA for d23844b
Jenkinsfile
@@ -100,7 +100,9 @@ pipeline {
100
mv buildenvvarg deployenvvarg
101
echo "Fetching Buildvar"
102
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APPNAME}-buildvar
103
- aws s3 cp s3://tc-platform-${DEPLOY_ENV}/securitymanager/${DEPLOY_ENV}-freecodecamp.env ./.env
+ echo "DEPLOY_ENV" ${DEPLOY_ENV}
104
+ echo "LOGICAL_ENV" ${LOGICAL_ENV}
105
+ aws s3 cp s3://tc-platform-${LOGICAL_ENV}/securitymanager/${LOGICAL_ENV}-freecodecamp.env ./.env
106
"""
107
load 'awsenvconfg'
108
load 'deployenvvarg'
0 commit comments