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

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 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.

3 participants