From 0dafde8a4c3f00c261dd15f54d815a806afa967e Mon Sep 17 00:00:00 2001 From: Hongyu Liu Date: Fri, 25 Jul 2025 12:32:20 +0200 Subject: [PATCH] corrects typo of anyOf in jenkins --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 06dbe23..d8b5b28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -126,12 +126,10 @@ pipeline { } when{ not { - anyof { + anyOf { expression { BOARD == 'Moonlight' && CORE_TYPE =='64'} - } - anyof { expression { BOARD == 'TGC_VP' && CORE_TYPE =='64'} - } + } } } stages {