Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ready for jenkins 2.0 #71

Merged
merged 5 commits into from
Jan 21, 2017
Merged

Conversation

BogdanLivadariu
Copy link
Contributor

@BogdanLivadariu BogdanLivadariu commented Jan 21, 2017

Major changes:

  • start building against jenkins plugin 2+
  • support pipeline usage
node {  
   stage 'generate tests'
   step([$class: 'TestNGTestReportPublisher',
        reportsDirectory: './',
        fileIncludePattern: '',
        fileExcludePattern: '',
        markAsUnstable: false,
        copyHTMLInWorkspace: true        
    ])
}

@codecov-io
Copy link

codecov-io commented Jan 21, 2017

Current coverage is 68.72% (diff: 100%)

Merging #71 into master will increase coverage by 0.15%

@@             master        #71   diff @@
==========================================
  Files            26         26          
  Lines           633        633          
  Methods           0          0          
  Messages          0          0          
  Branches         89         89          
==========================================
+ Hits            434        435     +1   
+ Misses          167        166     -1   
  Partials         32         32          

Powered by Codecov. Last update 244a142...be67bed

@BogdanLivadariu BogdanLivadariu merged commit 51e86aa into jenkinsci:master Jan 21, 2017
@BogdanLivadariu BogdanLivadariu added this to the 2.0.0 milestone Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants