The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
Hi, If you are running self-managed environments and looking to adopt modern infrastructure, Bamboo Data Center can now be deployed in a Kubernetes cluster. By leveraging Kubernetes, you can easily...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.