Jenkins Pipeline sh display name/label

Update Feb 2019: According to gertvdijk’s answer below, it is now possible to assign an optional label to the sh step, starting from v2.28, and for those who can’t upgrade yet, there’s also a workaround. Please check his answer for details and comments! Previous version (hover to see it): As far as I know, that’s … Read more

Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

Continuous Integration I Agree with your university’s definition. Continuous Integration is a strategy for how a developer can integrate code to the mainline continuously – as opposed to frequently. You might claim that it’s merely a branching strategy in your version control system. It has to do with the size of the tasks you assign … Read more