AdSense

2020/10/3

Shell Script if then else 簡單範例

我的第一支bash shell script if then else程式。

Jenkins 傳入參數至Execute Shell job

在Jenkins上建立一個簡單Execute Shell script任務並在build時傳入參數。

Jenkins 建立第一個Jenkins Pipeline

在Jenkins上建立並執行一個簡單pipeline任務。

2020/10/2

Jenkins 建立第一個Jenkins任務

在Jenkins上建立並執行一個簡單的任務。

Docker 安裝Jenkins

在macOS的docker上安裝jenkins。

2020/10/1

Spring Boot @PropertySource load yaml

Spring Boot @PropertySource預設只載入properties檔,如果想要用yaml來配置則要修改以下。

Spring Boot @ConfigurationProperties nested properties

Spring Boot @ConfigurationProperties類對應的properties可用巢狀類別(nested class)呈現。

AdSense