<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>watashi-kabu</author_name>
  <author_url>https://blog.hatena.ne.jp/watashi-kabu/</author_url>
  <blog_title>わたしとカブのスープ</blog_title>
  <blog_url>https://watashi-kabu.hatenablog.com/</blog_url>
  <categories>
    <anon>Jenkins</anon>
    <anon>CI/CD</anon>
  </categories>
  <description>Jenkinsビルドで特定のファイルの更新をチェックして、更新があった場合にメール通知する方法についてのメモです。 やり方 Jenkinsファイルに次の内容を記載します。 サンプルはメール通知にしていますが、通知先を変えればdiscordやTeamsに通知を送ることもできます。 stages { // 対象ブランチで対象ファイルが更新された場合に通知する stage('Notify file update') { when { allOf { branch '監視を行うブランチ名' changeset( pattern: '監視対象のファイルのパス', comparator: 'EQUALS'…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwatashi-kabu.hatenablog.com%2Fentry%2F2026%2F09%2F18%2F212500&quot; title=&quot;Jenkinsで指定ファイルが更新されたら通知する - わたしとカブのスープ&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>2026-09-18 21:25:00</published>
  <title>Jenkinsで指定ファイルが更新されたら通知する</title>
  <type>rich</type>
  <url>https://watashi-kabu.hatenablog.com/entry/2026/09/18/212500</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
