Jenkins 的 Pipeline 插件 phoenix.plugin

码农软件 · 软件分类 · 持续集成系统 · 2019-11-02 20:13:16

软件介绍

在 DevOps 的领域,CI 和 CD 具有非常重要的角色,而流水线更加具有把每个环节、步骤串联起来的作用。

该插件提供的流水线可以采用 groovy 语法来编写,pipeline as code(流水线即代码)也是本插件的特色。

Jenkins 流水线(Pipeline)插件,特性包括如下:

  • sql执行

  • ftp上传

  • 磁盘空间检查

下面给出一个示例:

phoenixFtp(serverHost: 'localhost',
    serverPort: 21,
    username: 'demo',
    password: 'demo',
    srcFile: '/root/pom.xml',
    targetDir: 'demo_demo')

本文地址:https://www.codercto.com/soft/d/18133.html

Is Parallel Programming Hard, And, If So, What Can You Do About

Is Parallel Programming Hard, And, If So, What Can You Do About

Paul E. McKenney

The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity.1 By describing the algorithms and designs that have worked well in the pa......一起来看看 《Is Parallel Programming Hard, And, If So, What Can You Do About 》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器