I am trying to setup a multi branch pipeline and want to be able to support custom comments such as was possible in the to bitbucket. This was possible using the stash pull request builder. What is the best way to accomplish this?
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/68a451f3-17a4-4716-a18c-a88f18872638%40googlegroups.com.
I don't know if it is best way but there is a rest API in bitbucket[1] to support this activity and more.
On Fri, Apr 3, 2020, 10:42 AM Jamie Johnson <jej...@gmail.com> wrote:
I am trying to setup a multi branch pipeline and want to be able to support custom comments such as was possible in the to bitbucket. This was possible using the stash pull request builder. What is the best way to accomplish this?--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkins...@googlegroups.com.
stage('Add pull request comment') {
steps {
/// API call
}
}
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e0e221c4-c584-4194-9434-42ba5ca7ed3d%40googlegroups.com.