<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morihaya</author_name>
  <author_url>https://blog.hatena.ne.jp/morihaya/</author_url>
  <blog_title>もりはやメモφ(・ω・ )</blog_title>
  <blog_url>https://blog.morihaya.tech/</blog_url>
  <categories>
    <anon>小ネタ</anon>
    <anon>Jenkins</anon>
  </categories>
  <description>Jenkinsfileでcron定期実行指定 v2になってから久しい*1Jenkinsですが、Jenkinsfileによるジョブのコード化がとても良いです。 小ネタでJenkinsfileでのcron実行の方法を調べたのでメモです。 Documentのcron-syntaxに書いてある通りなのですが、以下のようにcronでかけます。 Jenkinsfile (Declarative Pipeline) pipeline { agent any triggers { cron('H */4 * * 1-5') &lt;-ここ } stages { stage('Example') { steps { …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.morihaya.tech%2Fentry%2F2019%2F03%2F12%2F235625&quot; title=&quot;Jenkinsfileでタイムスケジュール実行 - もりはやメモφ(・ω・ )&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>2019-03-12 23:56:25</published>
  <title>Jenkinsfileでタイムスケジュール実行</title>
  <type>rich</type>
  <url>https://blog.morihaya.tech/entry/2019/03/12/235625</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
