最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Commit based trigger for Jenkins Pipeline - Stack Overflow

programmeradmin0浏览0评论

I have dev and stage environment i configure commit based trigger for dev env for dev branch if any commit happens it will trigger till now it was fine if i ran stage pipeline manually it will not trigger dev commit for the next time if i ran it manually it was working if i ran stage it will override the existing my requirement was if i commit any changes in dev it got trigger even if i manually trigger the stage pipeline help me to fix this here my pipeline.

The problem is that both dev and stage environments share the same pipeline configuration, and manual triggers for stage are interfering with the commit-based triggers for dev.

发布评论

评论列表(0)

  1. 暂无评论