当前位置:网站首页>jenkins pipline stage 设置超时
jenkins pipline stage 设置超时
2020-11-06 22:38:00 【ksa呀桃花树旁的小怪兽】
stage("invoke function")
{
timeout(900){
dir("$WORKSPACE/"){
sh "aws lambda invoke --function-name $func_name out --log-type Tail --query 'LogResult' --output text | base64 -d"
}
}
}
版权声明
本文为[ksa呀桃花树旁的小怪兽]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4072296/blog/4696180
边栏推荐
- Experiment one
- ImageMagick - 添加水印
- Count the number of project code lines
- August 14, 2020: what are the execution engines for data tasks?
- C language I blog assignment 03
- Composition of MRAM cache
- How to deploy Gantt chart quickly and correctly
- Method of code refactoring -- Analysis of method refactoring
- The memorandum model of behavior model
- 2020-08-14:数据任务的执行引擎用的哪些?
猜你喜欢
甘特图对活动进行分组教程
2020-08-29: process thread differences, in addition to the inclusion relationship, the underlying details?
Stm32f030c6t6 compatible to replace mm32spin05pf
Js数组-数组的用法全在这里(数组方法的重构、数组的遍历、数组的去重,数组的判断与转换)
【涂鸦物联网足迹】涂鸦云平台全景介绍
The advantages and functions of psychological counseling app
How to manage the authority of database account?
STM32F030C6T6兼容替换MM32SPIN05PF
All the way, I was forced to talk about C code debugging skills and remote debugging
MRAM高速缓存的组成
随机推荐
The memorandum model of behavior model
#JVM 类加载机制
How to create an interactive kernel density chart
JS array the usage of array is all here (array method reconstruction, array traversal, array de duplication, array judgment and conversion)
ImageMagick - 添加水印
[elastic search engine]
Js数组-数组的用法全在这里(数组方法的重构、数组的遍历、数组的去重,数组的判断与转换)
The isolation level of transaction and its problems
Benefits and functions of auto maintenance app development
WebAPI接口设计:SwaggerUI文档 / 统一响应格式 / 统一异常处理 / 统一权限验证
如何创建交互式内核密度图表
A good thing for working people -- to temper the will of iron and steel requires such an efficient computer
2020-08-17: how to solve data skew in detail?
STM32F030K6T6兼容替换灵动MM32F031K6T6
Application of UHF RFID medical blood management system
Introduction to Huawei cloud micro certification examination
August 14, 2020: what are the execution engines for data tasks?
Method of code refactoring -- Analysis of method refactoring
STM32F030F4P6兼容灵动微MM32F031F4P6
Common mathematical basic formulas of recursive and backtracking algorithms