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

DSL integration issue #26

Open
ksanjay7 opened this issue Jan 23, 2017 · 1 comment
Open

DSL integration issue #26

ksanjay7 opened this issue Jan 23, 2017 · 1 comment

Comments

@ksanjay7
Copy link

I have latest flowdock plugin and I tried to create a DSL with below combinations for this and I get error : java.lang.NoSuchMethodError: No such DSL method 'flowdock' found among steps
Example 1:
flowdock('flow-token') {
unstable()
success()
aborted()
failure()
fixed()
notBuilt()
}
Example 2:

publishers {
    flowdock('a-flow-token')
}

}

@timothydowney
Copy link

Hi -- Are you still having this problem. I'm able to send notifications just fine with. Are you sure that your'e in a publishers block? This particular example is drawn from a freestylejob, but I have similar blocks in mavenJobs.

                    flowdock(devOpsFlowToken) {
                        tags('tagOne', 'tagTwo')
                    }

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

No branches or pull requests

2 participants