File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Bitbucket Cloud build status notifier plugin for Jenkins - [ ![ Build Status] [ jenkins-status ]] [ jenkins-builds ]
2
2
3
3
Every time you trigger a build, you don't have to log in to your build server to see if it passed or failed. Now
4
- you will be able to know when your build is passing right within the Bitbucket UI.
4
+ you will be able to know when your build is passing right within the Bitbucket Cloud UI.
5
5
6
6
Note: This plugin aims at the Atlassian-hosted BitBucket Cloud solution, not BitBucket Server (formerly known as Stash).
7
7
@@ -77,12 +77,13 @@ Third, you need to add the Bitbucket OAuth Consumer credentials. You have two wa
77
77
78
78
### Configure Jenkins to notify Bitbucket from a standard build
79
79
80
- Once you have configured the credentials, configure jenkins to notify Bitbucket.
80
+ Once you have configured the credentials, configure Jenkins to notify Bitbucket.
81
81
82
82
1 . Go to the Job you want notifies the builds to Bitbucket.
83
83
2 . Click ** Configure** .
84
84
3 . Select ** Bitbucket notify build status** .
85
85
4 . Choose whether you want to notify the build status on Jenkins to Bitbucket.
86
+ 5 . Choose whether given a same scm revision you want to notify a new build status for every job build or to override the latest one.
86
87
87
88
### Pipeline step to notify Bitbucket
88
89
You can’t perform that action at this time.
0 commit comments