ci: fix jenkins file

This commit is contained in:
Alexander Engelsberger 2021-11-05 14:05:44 +01:00
parent d54fc5dad1
commit 9e64f00579
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

1
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ pipeline {
cobertura coberturaReportFile: 'reports/coverage.xml'
junit 'reports/**/*.xml'
}
}
}
stage('CPU Examples') {