Jenkins build flow plugin

关于build flow plugin

概要

This plugin is designed to handle complex build workflows (aka build pipelines) as a dedicated entity in Jenkins.
Without such a plugin, to manage job orchestration the user has to combine parameterized-build, join, downstream-ext
and a few more plugins, polluting the job configuration.
The build process is then scattered in all those jobs and very complex to maintain.
Build Flow enables you to define an upper level Flow item to manage job orchestration and link up rules,
using a dedicated DSL. This DSL makes the flow definition very concise and readable.

阅读剩余部分

DO a book list

  • 现代操作系统(原书第3版)
  • 编译原理(第2版)
  • 计算机科学丛书:深入理解计算机系统(原书第2版)
  • Linux/UNIX系统编程手册(套装共2册)
  • TCP/IP详解•卷2:实现
  • TCP.IP详解(卷3):TCP事务协议.HTTP和UNIX域协议
  • TCP/IP详解卷1:协议

职场新人

这五年职场,从一个新丁到现在的入门者,我不可否认的是失败。

记得刚开始那会儿,在称呼一个比自己大的同事时,就是一个很纠结的问题,因为感觉一切都是那么新奇或者陌生。而自己需要学习的东西太多,一切都是老师。

阅读剩余部分

Action Controller概述[1]

通过阅读此文,能够了解在整个request过程中控制器是如何工作的.你将会了解学习到一下知识:

  1. 了解掌握控制器是如何处理请求的.
  2. 理解为什么和怎么样保存数据到会话或者 cookie
  3. 在处理请求的过程中,如何添加过滤器
  4. 使用 action controller的内建的http认证.
  5. 直接把数据展示到用户浏览器上
  6. 过滤敏感数据,不让他们显示到应用程序日志中
  7. 处理在请求过程中出现的异常

阅读剩余部分