Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Added symbol name for better pipeline integration #83

Merged
merged 1 commit into from
Mar 25, 2017
Merged

Conversation

kohsuke
Copy link
Member

@kohsuke kohsuke commented Mar 25, 2017

Before:

step([$class: 'JacocoPublisher', execPattern: 'target/jacoco.exec'])

After:

jacoco(execPattern: 'target/jacoco.exec')

@centic9 centic9 merged commit a729cfa into master Mar 25, 2017
@gusdevops
Copy link

Man, I tried to call jenkins global variable as jenkins.jacoco( .... ) and I got this message>

No such DSL method 'jacoco'

before I was using jenkins.step() like you mention without any issue.

@centic9 centic9 deleted the symbol branch December 26, 2021 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants