is there a possability to configure clover via a bamboo yaml file?
something like:
jobs:
- key: PACKAGE
name: Packages the software
miscellaneous:
cleanWorkingDirectoryAfterEachBuild: true
buildHungOptions:
buildTimeMultiplier: 2.5
logQuietTimeInMinutes: 10
buildQueueTimeoutInMinutes: 60
nCoverOutput:
nCoverXmlDirectory: a/b/c
cloverCodeCoverage:
cloverLicense: 'LICENSE'
cloverOptions:
generateCloverHistoricalReport: true
generateJSONReport: false
integrationOptions: !integration AUTOMATICALLY_INTEGRATE_CLOVER_INTO_BUILD
patternMatchLabelling:
regexPattern: [a-z]+
labels: test
customSettings:
custom.xxx.list: test
custom.xxx.filename: test.groovy
but not for the manual recognition not the automatic one.
We created our clover report from an gcov output and would like to integrate this into the yaml plan spec.
It's not implemented yet.
Please follow and vote at https://jira.atlassian.com/browse/BAM-20990
but it is implemented for the automatic integration?
like mentioned in API Docs | Plan DSL for Bamboo Reference (mibexsoftware.github.io)
extract of this page:
jobs:
- key: PACKAGE
name: Packages the software
miscellaneous:
cleanWorkingDirectoryAfterEachBuild: true
buildHungOptions:
buildTimeMultiplier: 2.5
logQuietTimeInMinutes: 10
buildQueueTimeoutInMinutes: 60
nCoverOutput:
nCoverXmlDirectory: a/b/c
cloverCodeCoverage:
cloverLicense: 'LICENSE'
cloverOptions:
generateCloverHistoricalReport: true
generateJSONReport: false
integrationOptions: !integration AUTOMATICALLY_INTEGRATE_CLOVER_INTO_BUILD
patternMatchLabelling:
regexPattern: [a-z]+
labels: test
customSettings:
custom.xxx.list: test
custom.xxx.filename: test.groovy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.