bamboo yaml clover support

Johannes Sailer April 19, 2021

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.

 

1 answer

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 20, 2021

It's not implemented yet.

Please follow and vote at https://jira.atlassian.com/browse/BAM-20990

Johannes Sailer April 21, 2021

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events