corrects typo of anyOf in jenkins
This commit is contained in:
Vendored
+2
-4
@@ -126,12 +126,10 @@ pipeline {
|
||||
}
|
||||
when{
|
||||
not {
|
||||
anyof {
|
||||
anyOf {
|
||||
expression { BOARD == 'Moonlight' && CORE_TYPE =='64'}
|
||||
}
|
||||
anyof {
|
||||
expression { BOARD == 'TGC_VP' && CORE_TYPE =='64'}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user