Skip to content

Commit c565d95

Browse files
author
ranjeet-pivotchain
committed
updated env
1 parent b7e95ab commit c565d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
stage('Test') {
1515
when{
1616
expression {
17-
env.BRANCH_NAME = dev || env.BRANCH_NAME = main
17+
env.BRANCH_NAME == 'dev' || env.BRANCH_NAME == 'main'
1818
}
1919
}
2020
// Below code only execute when branch is DEV or master

0 commit comments

Comments
 (0)