corrects typo of anyOf in jenkins
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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