OnO

OnO LoL is blog of Corn Mars from Ono city.


  • 首页

  • 区块链

  • 量化投资

  • 开发者

  • 标签

  • 归档

  • 分类

  • 关于

  • 站点地图

  • 搜索

定义执行环境

发表于 2018-02-22 | 分类于 计算机 , Jenkins |
In the previous section you may have noticed the agent directive in each of the examples. The agent directive tells Jenkins where and how to execute t ...
阅读全文 »

多步骤自动化流程

发表于 2018-02-22 | 分类于 计算机 , Jenkins |
Running multiple stepsPipelines are made up of multiple steps that allow you to build, test and deploy applications. Jenkins Pipeline allows you to co ...
阅读全文 »

创建第一个自动化流程

发表于 2018-02-22 | 分类于 计算机 , Jenkins |
Creating your first PipelineWhat is a Jenkins Pipeline?Jenkins Pipeline (or simply “Pipeline”) is a suite of plugins which supports implementing and i ...
阅读全文 »

从这里开始

发表于 2018-02-22 | 分类于 计算机 , Jenkins |
Getting started with the Guided TourThis guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour u ...
阅读全文 »

Jenkins官方文档阅读笔记

发表于 2018-02-22 | 分类于 计算机 , Jenkins |
最近在弄一个个人小项目, 为达目的, 其中遇到了种种问题, 其中复杂的重复性工作也是让人心情一团糟的一个问题. 所以不如静下心来看一下 Jenkins, 用来自动完成一部分工作. 看到网上有 W3C 已经翻译过文档, 但是还是忍不住自己看原文, 所以记录笔记整理成文字在此.
阅读全文 »

Shell脚本的一些常用用法

发表于 2018-02-21 | 分类于 计算机 , Shell |
说明: 大部分 Shell 都是基于 CentOS 的 bash 的, 一般情况也可以用于其他的命令行系统. 常用但是永远记不住的几个获取当前文件路径, 便于在不同路径都可以执行脚本(不至于 cd 时候出现错误)CURR=$(cd `dirname $0`; pwd)获取当前时间NOW=$(date ...
阅读全文 »

CentOS 安装部署Jenkins

发表于 2018-02-21 | 分类于 计算机 , OPS |
起源最近一直在忙Bearcat 的网站, 每次更新一部分内容, 都需要手动提交到 GitHub 和 Gitee, 以及打包成 Html 网站, 发布到 Coding.net, 很是麻烦. 所以研究一下自动构建看看能不能减少一些重复的工作. 安装 Jenkins看网上有人使用 Docker 和 Ngi ...
阅读全文 »

BearcatJS 非官方文档上线了

发表于 2018-02-21 | 分类于 计算机 , BearCat |
最近在研究 BearcatJS, 发现原作者貌似已经不再支持 Bearcat 了, 因为原来的 BearcatJS.org 已经撤销了. 所以新申请一个域名, 用于作为 BearcatJS 的非官方文档. 英文文档: http://bearcatjs.com 中文文档: http://bearcat ...
阅读全文 »

IntelliJIDEA出现无限UpdatingIndex

发表于 2018-02-21 | 分类于 计算机 |
今天使用 IntelliJIDEA 打开了 Bearcat 的源代码, 准备看一下, 发现一直在 Indexing, 很少耗费笔记本的电和 CPU 资源. 经排查, 貌似与 node_modules 有关, 所以在 node_modules 上面右键, 执行 Mark Directory as ...
阅读全文 »

IntelliJIDEA 的常用模板

发表于 2018-02-19 | 分类于 计算机 |
以前就经常使用 WebStorm 或者 PhpStorm, 现在不仅切换到 IntelliJIDEA, 还更换了电脑, 发现又需要将常用的模板一一重新创建. 语法官方文档: http://velocity.apache.org/engine/devel/user-guide.html 语法阿里云翻译 ...
阅读全文 »
<<1…373839…51>>
OnO

OnO

510 日志
45 分类
190 标签
RSS
GitHub E-Mail
© 2012 — 2023 OnO