[JIRA] (JENKINS-59102) Cannot set JaCoCo deltaLineCoverage while using Job DSL

3 views
Skip to first unread message

limorme@amdocs.com (JIRA)

unread,
Aug 27, 2019, 7:53:04 AM8/27/19
to jenkinsc...@googlegroups.com
Limor Merom created an issue
 
Jenkins / Bug JENKINS-59102
Cannot set JaCoCo deltaLineCoverage while using Job DSL
Issue Type: Bug Bug
Assignee: Ognjen Bubalo
Components: jacoco-plugin, job-dsl-plugin
Created: 2019-08-27 11:52
Priority: Major Major
Reporter: Limor Merom

Hi

Our build jobs created via seed job.

I'm trying to stop the build if the JaCoCo 'Line coverage' passes the threshold, but although the value can be set at the config page of the job, the seed job fails as the 'deltaLineCoverage' do not includes at jacocoCodeCoverage.

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

mail@daniel-spilker.com (JIRA)

unread,
Sep 2, 2019, 4:25:02 PM9/2/19
to jenkinsc...@googlegroups.com
Daniel Spilker updated Bug JENKINS-59102
 

All options are supported by Dynamic DSL:

job('example') {
  publishers {
    jacoco {
      deltaLineCoverage('50')
    }
  }
}
Change By: Daniel Spilker
Status: Open Fixed but Unreleased
Assignee: Ognjen Bubalo Daniel Spilker
Resolution: Not A Defect

mail@daniel-spilker.com (JIRA)

unread,
Mar 11, 2020, 9:02:04 AM3/11/20
to jenkinsc...@googlegroups.com
Change By: Daniel Spilker
Status: Fixed but Unreleased Closed
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages