Trigger build in Jenkins/Hudson using hashtag in commit-message

后端 未结 2 1951
臣服心动
臣服心动 2021-01-13 11:58

Is it possible to trigger a Hudson/Jenkins build only when a certain string appears in a commit-message?

For instance, I want to trigger a build that rolls out my ap

2条回答
  •  时光取名叫无心
    2021-01-13 12:06

    There is a plugin called Commit Message Trigger Plugin, but it had just a 0.1 release.

    Maybe the easiest way is to use a version control post commit (or push) trigger to start a Hudson Job. You'd one anyway to automatically start your build.

提交回复
热议问题