Skip to content

Commit 7339235

Browse files
committed
Fix typo in Jenkinsfile
It prevented the deploy to production.
1 parent d51a62f commit 7339235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ chmod +x deploy/local/bin/*
8383
expression {
8484
echo "BRANCH_NAME is ${scm.branches[0].name}"
8585
echo "buildBranch is ${params.buildBranch}"
86-
return params.builBranch == "main"
86+
return params.buildBranch == "main"
8787
}
8888
}
8989
steps {

0 commit comments

Comments
 (0)