<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dullwhale</author_name>
  <author_url>https://blog.hatena.ne.jp/dullwhale/</author_url>
  <blog_title>dullwhaleのメモ帳</blog_title>
  <blog_url>https://dullwhale-public.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>Codebuildでたくさんのビルドプロジェクトの最新のビルドを再実行したいときは次のようにすれば良い。 grepの部分で必要なビルドだけ抽出したり、除外したりする。 最新のビルドを再実行する # dry-run aws codebuild list-builds | jq --raw-output --monochrome-output &quot;.ids[]&quot; | awk -F':' '!a[$1]++' | grep 'foo' | xargs -I {} echo aws codebuild retry-build --id {} &gt; /dev/null # 実際に実行 aws codebui…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdullwhale-public.hateblo.jp%2Fentry%2F2022%2F09%2F29%2F142818&quot; title=&quot;Codebuildで最新のビルドをAWS CLIを用いて再実行 - dullwhaleのメモ帳&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-09-29 14:28:18</published>
  <title>Codebuildで最新のビルドをAWS CLIを用いて再実行</title>
  <type>rich</type>
  <url>https://dullwhale-public.hateblo.jp/entry/2022/09/29/142818</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
