当前位置:网站首页>Jenkins pipline stage setting timeout
Jenkins pipline stage setting timeout
2020-11-06 22:38:00 【KSA, the little monster by the peach blossom tree】
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, the little monster by the peach blossom tree]所创,转载请带上原文链接,感谢
边栏推荐
- Nodejs中使用jsonwebtoken(JWT)生成token的场景使用
- Markdown tricks
- The first choice for lightweight GPU applications is the NVIDIA vgpu instance launched by Jingdong Zhilian cloud
- Message queue - Analysis
- How to start the hidden preferences in coda 2 on the terminal?
- 20 XR projects roadshows, nearly 20 capital institutions attended! We sincerely invite you to attend the 2020 qcomm XR eco Partner Conference
- 2020-09-04: do you understand the function call convention?
- Test the necessary skill points of siege lion! This article takes you to interpret the testing technology under Devops
- Web API interface design: swaggerui document / unified response format / unified exception handling / unified authority verification
- The memorandum model of behavior model
猜你喜欢
Nodejs中使用jsonwebtoken(JWT)生成token的场景使用
PHP后门隐藏技巧
The memorandum model of behavior model
20 XR projects roadshows, nearly 20 capital institutions attended! We sincerely invite you to attend the 2020 qcomm XR eco Partner Conference
条形码识别性能低,如何优化Dynamsoft Barcode Reader解码性能
汽车维修app开发的好处与功能
应用层软件开发教父教你如何重构,资深程序员必备专业技能
python3操作gitlab
1万辆!理想汽车召回全部缺陷车:已发生事故97起,亏损将扩大
[graffiti Internet of things footprints] panoramic introduction of graffiti cloud platform
随机推荐
Method of code refactoring -- Analysis of method refactoring
Plug in bilibilibili new version 0.5.5
ado.net and asp.net The relationship between
20个XR项目路演,近20个资本机构出席!诚邀您参加2020 Qualcomm XR生态合作伙伴大会
Characteristics of magnetic memory chip STT-MRAM
Detect certificate expiration script
image operating system windows cannot be used on this platform
jenkins pipline stage 设置超时
Points to be considered when deleting mapping field of index in ES
Git SSH bad permissions
Experiment one
August 14, 2020: what are the execution engines for data tasks?
Count the number of project code lines
September 9, 2020: naked writing algorithm: two threads print numbers 1-100 in turn.
8. Swarm creates maintenance and horizontal extension service
Unexpected element.. required element
实验一
Js数组-数组的用法全在这里(数组方法的重构、数组的遍历、数组的去重,数组的判断与转换)
Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
大佬们如何在nginx镜像里面增加模块?