使用projects.triggers.run API启动Google Cloud构建时,如何指定“触发器”值

时间:2019-05-10 16:35:58

标签: google-cloud-build

builds web UI中有一个标记为“触发器”的列。对于自动触发的构建,其值为“推送到分支名称分支”。这是最近添加的,非常有用。

我想添加当我使用decoder_targets = tf.placeholder(shape=(batch_size, None), dtype=tf.int32, name='decoder_targets') decoder_inputs = tf.placeholder(shape=(batch_size, None), dtype=tf.int32, name='decoder_inputs') API通过API运行触发器时在该列中显示的相同(或相似值)。我查看了帮助页面here,但看不到办法。有没有可能尚未记录的方法?

enter image description here

1 个答案:

答案 0 :(得分:0)

运行该触发器的方法是指定触发器ID。如果您要跟踪链接到的触发器,则该URL的格式为“ ... / cloud-build / triggers / $ TRIGGER_ID / ..”,因此您可以使用该URL来获取ID。

最好