Skip to content

Commit 510c905

Browse files
committed
Jenkinsfile Updated with more Syntax
1 parent 4418ace commit 510c905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pipeline {
1414
when {
1515
expression {
1616
env.BRANCH_NAME == 'dev' || env.BRANCH_NAME != 'master'
17+
}
1718
}
1819
steps {
1920
echo 'Testing the application'

0 commit comments

Comments
 (0)