On Wed, Jan 16, 2019 at 9:43 PM martinda <[email protected]> wrote: > bitbucketClient.withServer(url: “foo://bitbucket”, project: project, repo: > repo, crendentialsId: “mybitbucket”) {
Whatever you are writing here, it is not a `Step`. A step is a function (implemented for purposes of Groovy as a method with the implicit receiver being the `Script`) taking named arguments according to Jenkins databinding restrictions. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr08YdDShsbec8y85BGpGjDQ4ZJNwe7dOJE2JWYMo%3Dd3kw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
