Replies: 2 comments
-
I'd also find this feature useful.
Now, sometimes the triggered build fails. E.g.: a unit test that has some time constraint runs too long, because of high load on the build server, Sonar is not available, etc.. In such cases if I manually start the job I'd like it to update the previous build's status and not add a new successful build. (By the way this is how the atlassian-bitbucket-server-integration-plugin works too) |
Beta Was this translation helpful? Give feedback.
-
This feature is really needed to make this plugin mature |
Beta Was this translation helpful? Give feedback.
-
At times builds fail due to some flaky environment problem which is inevitable. Such builds may end up being marked as failed or unstable. To resolve this, one might restart the build manually to get the build to pass. Unfortunately the build status does not get updated.
According to https://support.atlassian.com/bitbucket-cloud/docs/integrate-your-build-system-with-bitbucket-cloud/, it does not look like there are any specific environment variables that could be missing for manually triggered builds.
Is there a way to have the plugin handle manually triggered builds for the purpose of build notifications to BB? Currently we have a separate script that does this for us.
Environment
Jenkins: 2.235.1
BPPP: 2.4.0
PS: I can submit a patch if need be, but I'd need some pointers of what needs to be done
Beta Was this translation helpful? Give feedback.
All reactions