MAC Jenkins 環境搭建

2021-09-23 22:35:41 字數 835 閱讀 3597

一.開啟:

jenkins

二.登陸:

三.其他操作:

http://localhost:8080/exit       //退出jenkins

http://localhost:8080/restart  //重啟

參考:

四.定時任務:

1.格式:

字段    說明

minute    minutes within the hour (0–59)

hour    the hour of the day (0–23)

dom    the day of the month (1–31)

month    the month (1–12)

dow    the day of the week (0–7) where 0 and 7 are sunday.

2.舉例:

每隔5分鐘構建一次

h/5 * * * *

每兩小時構建一次

h h/2 * * *

每天中午12點定時構建一次

h 12 * * *

每天下午18點定時構建一次

h 18 * * *

在每個小時的前半個小時內的每10分鐘

h(0-29)/10 * * * *

每兩小時45分鐘,從上午9:45開始,每天下午3:45結束

45 9-16/2 * * 1-5

每兩小時一次,每個工作日上午9點到下午5點(也許是上午10:38,下午12:38,下午2:38,下午4:38)

h h(9-16)/2 * * 1-5

Mac Jenkins 許可權問題

檢視自己的群組和使用者名稱 1 通過終端檢視 分別是括號中的內容 id uid 502 mikeooye gid 20 staff 2 通過設定檢視 更改 jenkins 使用者群組和使用者名稱 停止jenkins sudo launchctl unload library launchdaemon...

LAMP環境搭建 php環境搭建

yum groupinstall development tools y yum groupinstall desktop platform development y yum install cmake pcre devel ncurses devel openssl devel libcurl ...

環境搭建 二 Python環境搭建

工欲善其事,必先利其器 要想玩轉python,我們首先需要搭建一套可使用且方便的環境。對於初學者,笨飯糰建議使用 anaconda anaconda 簡介anaconda是python的乙個科學計算發行版,內建了數百個python經常會使用的庫,包括做機器學習或資料探勘的庫。anaconda提供了乙...