在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,但看不到办法。有没有可能尚未记录的方法?
答案 0 :(得分:0)
运行该触发器的方法是指定触发器ID。如果您要跟踪链接到的触发器,则该URL的格式为“ ... / cloud-build / triggers / $ TRIGGER_ID / ..”,因此您可以使用该URL来获取ID。
最好
本