Skip to content

Commit 7f80bfd

Browse files
committed
Jenkinsfile: fix expression to execute examples
1 parent 93ad444 commit 7f80bfd

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
@@ -635,7 +635,7 @@ pipeline {
635635
}
636636
stage('Execute-Examples') {
637637
when {
638-
expression { param.ADHOC_BUILD_AND_EXECUTE_TESTS_EXECUTE_EXAMPLES }
638+
expression { params.ADHOC_BUILD_AND_EXECUTE_TESTS_EXECUTE_EXAMPLES }
639639
}
640640
steps {
641641
executeExamples()

0 commit comments

Comments
 (0)