build step

https://jenkins.io/doc/pipeline/steps/pipeline-build-step/#build-build-a-job

一个任务的执行触发,另外一个任务的执行,以代码的形式。

build: Build a job

Triggers a new build for a given job.
    • job

      Name of a downstream job to build. May be another Pipeline job, but more commonly a freestyle or other project. Use a simple name if the job is in the same folder as this upstream Pipeline job; otherwise can use relative paths like ../sister-folder/downstream or absolute paths like /top-level-folder/nested-folder/downstream.
      • Type: String
    • parameters (optional)Array/List
      Nested Choice of Objects
      • booleanParam

带参数build

http://cncc.bingj.com/cache.aspx?q=pipeline+build+step+parameters&d=4804322095007877&mkt=en-US&setlang=en-US&w=fn4nvhTzHFKIwO3r_iUrVDTe_qO5yxzP

uild job: 'jenkins-test-project-build', parameters: [string(name: 'param1', value:"some-value")]

最新文章

  1. PHP MVC 中的MODEL层
  2. JAVA敏捷开发环境搭建
  3. JavaScript系列:常用方法
  4. 总结下遇到的C#新语法
  5. 触发onSaveInstanceState和onRestoreInstanceState的时机
  6. listagg 函数
  7. 内存管理算法--Buddy伙伴算法
  8. printf交替使用
  9. SharePoint 如何使自己的网页自动跳转
  10. 使用MySQLdb操作Mysql数据库
  11. EF查询百万级数据的性能测试
  12. http重定向到https
  13. Nginx学习笔记(一)---Linux下安装Nginx
  14. 20135218 Linux 实践二 编译模块
  15. Lucene 4.0 正式版发布,亮点特性中文解读[转]
  16. 重读redux源码(一)
  17. systemtap 脚本示例
  18. Texas Instruments matrix-gui-2.0 hacking -- submenu.php
  19. 移动端 元素外面使用伪类after加边框 导致其内部元素无法选中
  20. 百度BAE的一些使用心得

热门文章

  1. 关于c#(vs)dategridview控件继承不能修改的问题
  2. 解决connect() failed (111: Connection refused) while connecting to upstream
  3. 基于 WebGL 的 HTML5 楼宇自控 3D 可视化监控
  4. vue的一些基本知识
  5. 跳出语句break 和continue
  6. BeanShell用法汇总(部分摘抄至网络)
  7. Python 中关于 round 函数的坑
  8. Java 常用数据结构对象的实现原理 集合类 List Set Map 哪些线程安全 (美团面试题目)
  9. css3 box-shadow阴影(外阴影与外发光)讲解
  10. python之生成器和列表推导式