corrects typo of anyOf in jenkins
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -126,12 +126,10 @@ 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'}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
Reference in New Issue
Block a user