New: continuousintegrationAll contenthive-129948hive-196917krhive-150122steemhive-180932hive-166405zzanhive-183959photographyhive-188619hive-185836hive-144064hive-183397hive-101145uncommonlabhive-103599hive-184714hive-145157photohive-193637hive-138689hive-109690hive-180106hive-150943TrendingNewHotLikersevrone (41)in webdevelopment • 5 years agoHow we created the Vexor cloud continuous integration serviceIt’s a classic problem of scale. When a company works on several projects simultaneously, it faces a number of difficulties when it comes to continuous integration services. Running your own CI…mojo1jojo2 (25)in devops • 6 years agoBenefit from Multi Repository Dependencies With ZuulEnsuring flexibility for developers is essential for an efficient CI/CD tool as it can give significant benefits. Zuul is one such tool that functions on a Git driven philosophy and therefore reads…ipragmatech (45)in ipragmatech • 7 years agoEssential steps of Continuous Integration Jenkins to automate android appContinuous integration is a process in which all development work is integrated as early as possible. The resulting artifacts are automatically created and tested. This process should identify…vishwasbanand (39)in awss3 • 7 years agoContinuous integration of Github repo with S3 bucket using TravisCIOverview Continuous integration might seem to be very complicated at first, especially when it comes to coders, but don’t intimidate we will try to understand the concept of CI as simple as we can…parths007 (25)in continuousintegration • 7 years agoIntegrating Travis CI and Codecov into a Python-based ProjectA little background: over the last few months, I have been contributing to an open source organization FOSSASIA , where I’m working on a project called BadgeYaY . It is a badge generator with…