Tagged in

Maratchen

Manjeaneer
Manjeaneer
Marat as a project manager and Jeane as an engineer. We continuously develop, integrate, deploy, and test our life in a Git collaborative way.
More information
Followers
21
More, on Medium

CS50 problem set 2 作業回顧

起初看到 ptt 有人徵 cs50 讀書會起了好奇心,又逛到 Huli 的介紹文,就進 edX 報名了這堂課,大學時自學過兩週的 Matlab 跟一點 C++加上資料結構,對整體的認識實在不夠完整,趁這次再一次認識一下電腦科學 (Computer Science) 這門學問建立起連結零碎知識片段。

課程內容在 google 上己經有查不完的內容了,這次選擇寫2017的作業 (problem sets) 卡住的一些雷


4種jenkins 觸發build的方法

Jenkins 常被用來做編繹(compile)、自動測試(auto testing)、部署(deploy)等等的用途,開發者完成Jenkins專案(project)基本的設定像是搭配的node、repository授權、定義執行腳本等的設定後,可以透過以下幾種方式觸發並串聯各個專案的執行,建構CI流程。

定期觸發 (Build Periodically)