Details
-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: bitbucket-plugin
-
Labels:None
-
Similar Issues:
Description
In job-dsl, the Bitbucket trigger is specified like this:
triggers { bitbucketPush() }
How to specify the overrideUrl?
This information should be added to https://plugins.jenkins.io/bitbucket/
Update: Figured it out. Someone could add this to the linked plugin page.
triggers{
bitbucketPush{
overrideUrl('https://bitbucket.org/blabla/hello-world-server')
}
}
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
In job-dsl, the Bitbucket trigger is specified like this: {code:java} triggers { bitbucketPush() }{code} How to specify the overrideUrl? This information should be added to https://plugins.jenkins.io/bitbucket/ |
In job-dsl, the Bitbucket trigger is specified like this: {code:java} triggers { bitbucketPush() }{code} How to specify the overrideUrl? This information should be added to [https://plugins.jenkins.io/bitbucket/] Update: Figured it out. Someone could add this to the linked plugin page. {code:java} triggers{ bitbucketPush{ overrideUrl('https://bitbucket.org/blabla/hello-world-server') } }{code} |
Assignee | Tzach Solomon [ tzach_solomon ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Fixed but Unreleased [ 10203 ] |
Status | Fixed but Unreleased [ 10203 ] | Resolved [ 5 ] |
Added. Thanks Thomas Rusche!