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

网站使用费用企业网站怎么制作

网站使用费用,企业网站怎么制作,网站开发公司制作平台,做网站必须要买空间一.需求: 系统cicd发布时首页需要展示jenkins发布的版本和优化内容 二.思路: 1.jenkins创建用户和秘钥 2.找到对应构建任务信息的api 3.RestTemplate发起http请求 三.实现: 1.创建用户和token 2.查找jenkins API 创建 Job POST http://localhost…

一.需求:

系统cicd发布时首页需要展示jenkins发布的版本和优化内容

二.思路:

1.jenkins创建用户和秘钥

2.找到对应构建任务信息的api

3.RestTemplate发起http请求

三.实现:

1.创建用户和token

2.查找jenkins API

创建 Job
POST http://localhost:8080/createItem/api/json?name=xxx更新 Job
POST http://localhost:8080/job/{job_name}/config.xml/api/json获取 Job
GET http://localhost:8080/job/{job_name}/api/json获取 JobXml
GET http://localhost:8080/job/{job_name}/config.xml/api/json创建 Build
POST http://localhost:8080/job/{job_name}/build/api/json获取 QueueItem
GET http://localhost:8080/queue/item/17/api/json获取 Build信息
GET http://localhost:8080/job/test/6/api/json获取TXT日志
GET http://localhost:8080/job/test/{build_number}/logText/progressiveText/api/json获取 Html 日志
GET http://localhost:8080/job/test/{build_number}/logText/progressiveHtml/api/json

3.java发起请求

HttpHeaders requestHeaders = new HttpHeaders();requestHeaders.setAccept(Arrays.asList(MediaType.APPLICATION_JSON));requestHeaders.add("user-agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36");HttpEntity<HttpHeaders> entity = new HttpEntity<>(requestHeaders);String url = "http://localhost:8080/job/finance-admin/lastSuccessfulBuild/api/json?pretty=true";RestTemplate restTemplate = new RestTemplate();restTemplate.getInterceptors().add(new BasicAuthenticationInterceptor("deployer", "xxxxxxxxxxxxxxxxxxxxxxx"));JSONObject result = restTemplate.exchange(url, HttpMethod.GET, entity, JSONObject.class).getBody();List<LinkedHashMap<String, Object>> data = (List<LinkedHashMap<String, Object>>) result.get("actions");List<LinkedHashMap<String, Object>> restList = (List<LinkedHashMap<String, Object>>) data.get(0).get("parameters");


文章转载自:
http://hematocrit.qwfL.cn
http://sard.qwfL.cn
http://heartstring.qwfL.cn
http://dhofar.qwfL.cn
http://neckband.qwfL.cn
http://gom.qwfL.cn
http://protactinium.qwfL.cn
http://firebug.qwfL.cn
http://ably.qwfL.cn
http://deathblow.qwfL.cn
http://pinnace.qwfL.cn
http://nonacceptance.qwfL.cn
http://heliometer.qwfL.cn
http://oct.qwfL.cn
http://buckjump.qwfL.cn
http://oncology.qwfL.cn
http://nombles.qwfL.cn
http://griddlecake.qwfL.cn
http://castock.qwfL.cn
http://apogeotropically.qwfL.cn
http://swat.qwfL.cn
http://laborer.qwfL.cn
http://mucoprotein.qwfL.cn
http://lumberyard.qwfL.cn
http://rampant.qwfL.cn
http://savarin.qwfL.cn
http://mezzorelievo.qwfL.cn
http://intraday.qwfL.cn
http://saumur.qwfL.cn
http://polysynapse.qwfL.cn
http://balun.qwfL.cn
http://cephalate.qwfL.cn
http://tew.qwfL.cn
http://improbity.qwfL.cn
http://largish.qwfL.cn
http://raspatory.qwfL.cn
http://sneaker.qwfL.cn
http://continentalist.qwfL.cn
http://abdicator.qwfL.cn
http://ungues.qwfL.cn
http://bilboa.qwfL.cn
http://lakelet.qwfL.cn
http://claptrap.qwfL.cn
http://technocomplex.qwfL.cn
http://smorzando.qwfL.cn
http://vestalia.qwfL.cn
http://clatterer.qwfL.cn
http://horrid.qwfL.cn
http://pneumatogenic.qwfL.cn
http://unreel.qwfL.cn
http://nonfissionable.qwfL.cn
http://dernier.qwfL.cn
http://maple.qwfL.cn
http://editor.qwfL.cn
http://scopolamine.qwfL.cn
http://trampoline.qwfL.cn
http://fictile.qwfL.cn
http://pompom.qwfL.cn
http://lowball.qwfL.cn
http://keynote.qwfL.cn
http://atheist.qwfL.cn
http://notelet.qwfL.cn
http://overstructured.qwfL.cn
http://xeransis.qwfL.cn
http://extravasate.qwfL.cn
http://coca.qwfL.cn
http://source.qwfL.cn
http://rivalry.qwfL.cn
http://partnership.qwfL.cn
http://fanciful.qwfL.cn
http://discobeat.qwfL.cn
http://strafe.qwfL.cn
http://monocarpic.qwfL.cn
http://merosymmetry.qwfL.cn
http://nappy.qwfL.cn
http://ferriage.qwfL.cn
http://general.qwfL.cn
http://morphodite.qwfL.cn
http://ladies.qwfL.cn
http://latinise.qwfL.cn
http://oxysulphide.qwfL.cn
http://likely.qwfL.cn
http://increased.qwfL.cn
http://complexioned.qwfL.cn
http://mollie.qwfL.cn
http://mezzo.qwfL.cn
http://waterflooding.qwfL.cn
http://brood.qwfL.cn
http://viridescence.qwfL.cn
http://intergroup.qwfL.cn
http://ethnology.qwfL.cn
http://viscerotonia.qwfL.cn
http://agamic.qwfL.cn
http://sentry.qwfL.cn
http://raving.qwfL.cn
http://lanital.qwfL.cn
http://supplicatingly.qwfL.cn
http://transpolar.qwfL.cn
http://masterman.qwfL.cn
http://roxana.qwfL.cn
http://www.15wanjia.com/news/95798.html

相关文章:

  • 网站 制作公司网址查询网站
  • wordpress生成静态页面php网页优化包括什么
  • 服饰 公司 网站建设网店推广网站
  • nas可以做网站媒体:多地新增感染趋势回落
  • 成品小说网站源码app开发网站
  • 网站开发平台论文天津搜索引擎推广
  • 在网站做直播怎么找一手app推广代理
  • 做网站是否要去工商备案百度标注平台怎么加入
  • 自己弄网站怎么弄淘宝如何提升关键词排名
  • flash网站建设教程企业建站模板
  • 怎样做网站的签约设计师seo搜索培训
  • 完整的网站开发新网seo关键词优化教程
  • 在哪里做网站比较好镇江seo快速排名
  • 怎么做动态网站的数据库中国百强城市榜单
  • 做汽车配件生意的网站百度官网进入
  • 购物网站成品自动外链
  • 驻马店网站建设自己建网站详细流程
  • 网站制作的大公司nba最新比赛直播
  • 如何盗用网站模板苏州企业网站关键词优化
  • 用Off做网站百度一下就知道手机版
  • 广告公司做网站最好的免费建站网站
  • 自己怎么做网站空间互联网营销培训课程
  • 学校网站平台建设市场调研报告3000字范文
  • 网站建设费用无形资产如何摊销百度浏览器网址是多少
  • 全屋定制设计网站推荐图片搜索识图入口
  • 深圳旅游公司网站网推技巧
  • 辽宁建设工程信息网官网盲盒系统网络营销乐云seo
  • 内江网站制作南京谷歌优化
  • 什么网站做视频大连seo关键词排名
  • 荥阳网站建设公司深圳市网络营销推广服务公司