grundic/yagocd

Unable to schedule a pipeline at a given material revision

Adnn opened this issue · 0 comments

Adnn commented

We have a pipeline with a single material, and we try to schedule it this way:

ourpipeline.schedule(materials=[{'fingerprint': '480432aaa123b49d8336b14e46f94e3ceffd38a6b96ded683c0e5ba2d2efbc63', 'revision': '00e3442b81d6b272083391d146bd9c5cdf6ce2f6'}])

But instead of triggering with the specified git revision, this always trigger with latest HEAD on the material branch. Is there a way to schedule with a specified revision?