Skip to content

Commit 6e4c4d5

Browse files
Trigger deployment
1 parent 15bceff commit 6e4c4d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!branchfilter.contains(env.BRANCH_NAME)) {
1212
return
1313
}
1414

15-
// Define branch specific vars
15+
// Define dev-specific vars
1616
if (env.BRANCH_NAME == 'dev') {
1717
DEPLOY_ENV = 'DEV'
1818
LOGICAL_ENV = 'dev'
@@ -23,6 +23,7 @@ if (env.BRANCH_NAME == 'dev') {
2323
ENABLE_CACHE = false
2424
}
2525

26+
// Define prod-specific vars
2627
if (env.BRANCH_NAME == 'prod') {
2728
DEPLOY_ENV = 'PROD'
2829
LOGICAL_ENV = 'prod'

0 commit comments

Comments
 (0)