Commit 510ecff
committed
New feature: override buildUrl
This allows the user of the plugin to set a different buildUrl.
Bitbucket navigates to this Url when you click the buildName.
The buildUrl will often be an artifact hosted by Jenkins. The user can
concat this themselves from the BUILD_URL environment variable1 parent 1a29bc9 commit 510ecff
File tree
2 files changed
+11
-1
lines changed- src/main/java/org/jenkinsci/plugins/bitbucket
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
197 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
198 | 207 | | |
199 | 208 | | |
200 | 209 | | |
| |||
0 commit comments