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 {