Top 11 Best Practices in Software Testing
摘要:Everyone makes mistakes, but you cannot ignore all mistakes. Some of them can prove to be very expensive.During testing of an application/product, a t
阅读全文
posted @
2016-08-26 16:30
漂浮的心
阅读(201)
推荐(0)
Jenkins <8>: Jenkins Parameterized Remote Trigger Plugin
摘要:At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by
阅读全文
posted @
2016-08-26 16:22
漂浮的心
阅读(668)
推荐(0)
Jenkins <7> How to pass variables between different Jobs?
摘要:Sometimes you have multiple jobs with a Job pipeline, and you need to pass variables from the upstream jobs to the downstream jobs, how to do that? Jo
阅读全文
posted @
2016-08-24 09:11
漂浮的心
阅读(239)
推荐(0)
How to package your python codes?
摘要:Here is the detail introduction: https://packaging.python.org/distributing/ Basicly, to create a python package, you just need to do the following ste
阅读全文
posted @
2016-08-04 14:11
漂浮的心
阅读(193)
推荐(0)