【DevOps】Jenkins任務(wù)基于Tag進(jìn)行構(gòu)建
手動(dòng)觸發(fā):https://blog.csdn.net/justyman/article/details/89857577
如果是自動(dòng)觸發(fā)BUILD時(shí),則可以以最新建立的TAG為基礎(chǔ)進(jìn)行BUILD,而無(wú)需人手選TAG進(jìn)行BUILD。
配置,注意應(yīng)取消參數(shù)化配置工程:
- Add the following refspec to the Git plugin:
+refs/tags/*:refs/remotes/origin/tags/* - Add the following branch specifier:
*/tags/* - Enable SCM polling, so that the job detects new tags.
posted on 2021-04-22 11:00 paulwong 閱讀(382) 評(píng)論(0) 編輯 收藏 所屬分類: JENKINS