Description :
建立完 git repo 並在jenkins新增相對應的job, 執行”馬上建置”, 在jenkins console output顯示的訊息如下

...
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

該錯誤目前只出現在建立完 git repo, 但未commit的情況下, 事實上開啟Terminal, 移動到git repo, 輸入git log會出現以下訊息

fatal: bad default revision 'HEAD'

只要有git commit過後, 即可解決
 
Solution :
Step 1.
新增一個檔案, 檔案內容形式不拘 e.g. ReadMe
 
Step 2.
git add ReadMe
 
Step 3.
git commit