Fixing typo in Jenkins
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
4ca1c51e7a
commit
64848705b9
|
@ -29,11 +29,7 @@ pipeline {
|
|||
always {
|
||||
xunit (
|
||||
thresholds: [ skipped(failureThreshold: 0) , failed(failureThreshold: 0) ],
|
||||
tools: [
|
||||
PHPUnitJunit(
|
||||
pattern: 'phpunit.xml'
|
||||
)
|
||||
]
|
||||
tools: [ PHPUnit(pattern: 'phpunit.xml') ]
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue