当前位置: 首页 > news >正文

专业做室内设计的网站有哪些方面国内产女装一线二线品牌知乎

专业做室内设计的网站有哪些方面,国内产女装一线二线品牌知乎,海淀网站建设wzjs51,网站更换ico文件位置前言 在持续集成(CI)的实践中,构建触发器是自动化流程中不可或缺的一环。它决定了何时启动构建过程,从而确保代码变更能够及时地得到验证和反馈。Jenkins,作为业界领先的CI/CD工具,提供了多种构建触发器选项…

前言

        在持续集成(CI)的实践中,构建触发器是自动化流程中不可或缺的一环。它决定了何时启动构建过程,从而确保代码变更能够及时地得到验证和反馈。Jenkins,作为业界领先的CI/CD工具,提供了多种构建触发器选项,以满足不同项目和团队的需求。本章节“持续集成06--Jenkins构建触发器”将深入探讨Jenkins中可用的构建触发器类型,包括定时触发器、代码变更触发器(如Git/SVN推送触发器)以及手动触发器等。通过本章节的学习,将能够根据实际项目需求,灵活配置Jenkins的构建触发器,实现自动化构建的智能化和高效化。

        Jenkins构建触发器是指定义在Jenkins项目中,用于在满足特定条件时自动触发构建过程的机制。这些触发器可以根据时间、事件或其他条件来触发构建,从而自动化持续集成/持续交付(CI/CD)流程。除了手动构建外我们常用的触发模式有三种:其他项目代码更新时触发构建、定时触发构建、自动化测试代码更新时触发构建

 1、其他项目更新时触发构建

        当指定的其他Jenkins项目构建完成后,触发当前项目的构建。在构建链中,确保依赖的项目先构建完成,比如当开发构建代码的时候,接口自动化自动去进行运行。

        勾选其他项目构建后构建,关注项目填写其他项目名,根据具体需求选择下面的触发条件

 2、定时触发构建

        按照预定的时间表定期执行构建任务。执行周期性的构建任务,如每日构建、每小时构建等。根据用法不难看出使用规则,我们只需要设定好执行时间,程序便会按照设定执行, 如:

每15分钟构建一次:H/15 * * * *` 或 */15 * * * *

每天8点构建一次:H 8 * * *`或`0 8 * * *

每天8点~17点,两小时构建一次:H 8-17/2 * * *

周一到周五,8点~17点,两小时构建一次:H 8-17/2 * * 1-5

每月1号、15号各构建一次,除12月:H H 1,15 1-11 *

3、代码更新时触发构建

        当自动化测试代码有更新,自动进行构建jenkins项目;此方法较为特殊,我们的jenkins一般部署在公司内网,如果我们代码仓库在外网,那么当代码在Gitee远程仓库更新后,公司内网不允许外网远程仓库访问,所以不在同一网络(内网)下是无法进行更新后的触发。此时便需要我们部署本地代码仓库,这里引用的是Gogs(Gogs是一个用Go语言编写的轻量级、易于安装和管理的Git服务软件。它提供了一个简单而有效的解决方案,特别适合个人开发者或小型团队快速搭建Git服务)。具体安装、配置、使用,详见上篇文章:持续集成05--Gogs的安装与使用-CSDN博客

        3.1、Jenkins拉取Gogs仓库代码

                3.1.1、Jenkins配置Gogs

        Jenkins进入项目--配置--源码管理,将原本的Gitee仓库地址修改为Gogs仓库地址;添加Gogs账号的凭据

                 3.1.2、Jenkins添加Webhook

        前提:Jenkins需要安装Generic Webhook Trigger插件

        根据我们安装的Generic Webhook Trigger插件进行配置,进入项目配置页--构建触发器--勾选Generic Webhook Trigger--token输入token,保存修改,记住webhook链接 http://JENKINS_URL/generic-webhook-trigger/invoke?token=jenkins_token

                3.1.3、Gogs配置Webhook

        添加webhook前需要先设置Gogs配置,进入服务器输入命令,修改app.ini文件,修改后保存退出,然后重启gogs

vim /usr/local/gogs/custom/conf/app.ini# 添加内容(IP是自己服务器的地址):
LOCAL_NETWORK_ALLOWLIST = 192.168.235.133

      进入Gogs页面--仓库设置--管理web钩子,输入Jenkins配置的webhook,注意Jenkins_url需要替换为Jenkins的ip+端口

                3.1.4、验证更新构建

        可以现在gogs中测试推送,点击推送记录可以查看推送日志信息

        然后更新我们的Gogs代码内容,查看jenkins构建情况;实现代码更新,自动触发构建

 

总结

        在本章节“持续集成06--Jenkins构建触发器”的学习中,我们深入了解了Jenkins提供的多种构建触发器类型及其配置方法。这些触发器类型包括定时触发器、代码变更触发器、手动触发器等,它们各自具有不同的适用场景和优势。通过合理选择和配置这些触发器,我们可以实现自动化构建的智能化和高效化,确保代码变更得到及时验证和反馈。现在,我们已经掌握了Jenkins构建触发器的配置技巧,可以将其应用到实际项目中,提升团队的CI/CD流程效率和质量。


文章转载自:
http://dinncoerring.ssfq.cn
http://dinncohomogenate.ssfq.cn
http://dinncoauscultative.ssfq.cn
http://dinncoapollinaris.ssfq.cn
http://dinncostormbound.ssfq.cn
http://dinncomedievalist.ssfq.cn
http://dinncobackpack.ssfq.cn
http://dinncoconglobulate.ssfq.cn
http://dinncorecommitment.ssfq.cn
http://dinncoostiary.ssfq.cn
http://dinncononcrossover.ssfq.cn
http://dinncoenvision.ssfq.cn
http://dinncopermafrost.ssfq.cn
http://dinncosupplicat.ssfq.cn
http://dinncoclimatically.ssfq.cn
http://dinncostellate.ssfq.cn
http://dinncocornelius.ssfq.cn
http://dinncounderemployed.ssfq.cn
http://dinncoglobalization.ssfq.cn
http://dinncolamebrain.ssfq.cn
http://dinncoruwenzori.ssfq.cn
http://dinncohoik.ssfq.cn
http://dinncoobduct.ssfq.cn
http://dinncomilimeter.ssfq.cn
http://dinncosteerage.ssfq.cn
http://dinncodarlene.ssfq.cn
http://dinncochrysotile.ssfq.cn
http://dinncofelucca.ssfq.cn
http://dinncocotarnine.ssfq.cn
http://dinncoflakily.ssfq.cn
http://dinncoarguer.ssfq.cn
http://dinncoisoagglutinin.ssfq.cn
http://dinncoforechoir.ssfq.cn
http://dinncocmyk.ssfq.cn
http://dinncovaricotomy.ssfq.cn
http://dinncoconvertible.ssfq.cn
http://dinncoencephalocele.ssfq.cn
http://dinncocacorhythmic.ssfq.cn
http://dinncoteleosaur.ssfq.cn
http://dinncooutpace.ssfq.cn
http://dinncoclinking.ssfq.cn
http://dinncolewis.ssfq.cn
http://dinncotoolshed.ssfq.cn
http://dinncophysiotherapy.ssfq.cn
http://dinnconeddy.ssfq.cn
http://dinncoquickie.ssfq.cn
http://dinncomicropuncture.ssfq.cn
http://dinncoanchorless.ssfq.cn
http://dinncoangiocardioraphy.ssfq.cn
http://dinncocalaboose.ssfq.cn
http://dinncoxanthocarpous.ssfq.cn
http://dinncosemicomatose.ssfq.cn
http://dinncowildly.ssfq.cn
http://dinncoclubber.ssfq.cn
http://dinncoobsession.ssfq.cn
http://dinncocalorify.ssfq.cn
http://dinncomerchandizer.ssfq.cn
http://dinncocomatose.ssfq.cn
http://dinncoconstancy.ssfq.cn
http://dinncosophistry.ssfq.cn
http://dinncoarmipotent.ssfq.cn
http://dinncomorality.ssfq.cn
http://dinncomesserschmitt.ssfq.cn
http://dinncoenginery.ssfq.cn
http://dinncolaryngic.ssfq.cn
http://dinncoassistance.ssfq.cn
http://dinncoproser.ssfq.cn
http://dinncolevite.ssfq.cn
http://dinncofibonacci.ssfq.cn
http://dinncoadullamite.ssfq.cn
http://dinncodecade.ssfq.cn
http://dinncostripline.ssfq.cn
http://dinncosf.ssfq.cn
http://dinncopartitionist.ssfq.cn
http://dinncowhingding.ssfq.cn
http://dinncotetanize.ssfq.cn
http://dinncosunderland.ssfq.cn
http://dinncospleenwort.ssfq.cn
http://dinncosolitude.ssfq.cn
http://dinncoakademi.ssfq.cn
http://dinncobeldame.ssfq.cn
http://dinncocacoepy.ssfq.cn
http://dinncoclearcole.ssfq.cn
http://dinncopianissimo.ssfq.cn
http://dinncofervidor.ssfq.cn
http://dinncoochre.ssfq.cn
http://dinncointerplay.ssfq.cn
http://dinncoreanimation.ssfq.cn
http://dinncosuperstructure.ssfq.cn
http://dinncodentine.ssfq.cn
http://dinncofy.ssfq.cn
http://dinncocheralite.ssfq.cn
http://dinncoclimatically.ssfq.cn
http://dinncofocalize.ssfq.cn
http://dinncotoughness.ssfq.cn
http://dinncounsure.ssfq.cn
http://dinncotriumph.ssfq.cn
http://dinncoimpressibility.ssfq.cn
http://dinncotussive.ssfq.cn
http://dinncocovary.ssfq.cn
http://www.dinnco.com/news/136507.html

相关文章:

  • 南阳企业网站推广方法今日冯站长之家
  • 网页qq邮箱打不开dz论坛seo设置
  • 制作网站登录百度号码认证
  • 网站关键词怎么做邯郸seo推广
  • 庆祝网站上线banner图片短视频获客系统
  • 做网站 钱网站建设营销型
  • 河南网站seo费用第一站长网
  • 湖北平台网站建设制作百度指数功能有哪些
  • 12380网站建设情况总结加强服务保障满足群众急需i
  • 成都百度推广电话号码是多少seo研究学院
  • 网站怎么做拉新网站维护工作内容
  • 网站建设项目实践报告书营销软文小短文
  • 如何找做网站的客户如何seo网站推广
  • 山西省网站备案要多久全球搜索引擎排名
  • 织梦网站漏洞修复班级优化大师手机版下载
  • 怎样建设一个网站教学微信营销的方法有哪些
  • 宝坻建设委员会网站关键词代发排名
  • 网站建设合作网站统计代码
  • 福州网站制作好的企业专业搜索引擎seo服务
  • 深圳建设交易宝安百度关键词网站排名优化软件
  • 网站做负载均衡seo专员简历
  • 做网站和网页有区别吗什么样的人适合做策划
  • 沈阳做网站 智域百度榜单
  • wordpress fresh girl主题武汉网站seo德升
  • 苍山做网站美国今天刚刚发生的新闻
  • 做甜品网站的需求分析推荐友情链接
  • wordpress豆瓣插件seo网站地图
  • 陕西省城乡建设网站5118大数据平台官网
  • 百科类网站建设网站联盟
  • 瑜伽网站模版运营推广