You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For downstream pipeline we use several upstream pipelines as materials. And it seems like the plugin only checks latest instance of upstream pipelines.
Is it possible to fetch all changes made to upstream pipelines since last successful run of downstream pipeline? Maybe you can guide me how to do that.
The text was updated successfully, but these errors were encountered:
@pavelkostyurin We can but wouldn't that be too much information to process? Isn't GoCD's Compare View more suited for such use case? Or did you want a compare view link in the slack message?
We want to display all commits made to these pipelines (all materials for upstream pipelines are git repos) in Slack. And now I get only commits, corresponding to latest instances of these pipelines. Of course, it's not what we want, because there can be many instances of upstream pipelines forming downstream pipeline build.
For downstream pipeline we use several upstream pipelines as materials. And it seems like the plugin only checks latest instance of upstream pipelines.
Is it possible to fetch all changes made to upstream pipelines since last successful run of downstream pipeline? Maybe you can guide me how to do that.
The text was updated successfully, but these errors were encountered: