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