Usage of finally: in PipelineRun with pipelineRef git resolver #5926
Replies: 2 comments
-
This would be a solution with cloudevents #3232 (comment) |
Beta Was this translation helpful? Give feedback.
-
@brunocascio it's not possible to include components of pipeline specs (such as finally) within a pipelineref. However you might be interested in our planned project pipelines in pipelines. |
Beta Was this translation helpful? Give feedback.
-
Hi folks,
I'm trying to use
finally:
as following in myPipelineRun
which use pipelineRef with git resolver feature.The idea behind it is to be able to mark commits as
succeded
orfailed
depending on the result of the "delegated" pipeline. It means, developer are in charge of writing pipelines, but not in charge of notifying bitbucket about their pipeline results.it it possible to use
finally:
block on pipelineRef with git resolver?Thanks
Beta Was this translation helpful? Give feedback.
All reactions