Jenkins設置流水線Pipeline定時任務

1、新建流水線任務 2、構建觸發器 * * * * * # 爲每分鐘執行 # 分時日月周 與crontab一樣 3、流水線任務 定義(Pipeline script) 流水線語法 -> 片段生成器 示例步驟(sh: Shell Script) echo $(date "+%Y-%m-%d %H:%M:%S") hello world >> /root/hello.txt 裝換爲pipeline
相關文章
相關標籤/搜索