-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.453
Bitbucket Server Integration plugin 4.0.0
Job DSL 1.87
The Changelog highlights that from 3.2.0 one could use `serverName` as an alternative to `serverId`:
JENKINS-66498 BitbucketSCMStep can now use serverName instead of serverId to specify a Bitbucket instance
However, my seed job fails to recognise this in my groovy DSL script, and still expects the `serverId`.
Is this a regression of the Bitbucket Server Integration plugin (as I can configure it in the UI using the Bitbucket server name), or in Job DSL?