-
Updated
Jul 4, 2021 - Python
{{ message }}
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.
Drone is a Container-Native, Continuous Delivery Platform
Jenkins automation server
Conformance test suite for OpenShift
Main repository for GoCD - Continuous Delivery server
JanitorConfigurator should have an option to delete logs for specific builders (or tags). Users might want to delete logs for only specific builders, or might want to keep logs for specific builders for longer duration.
http://docs.buildbot.net/latest/manual/cfg-configurators.html#janitorconfigurator currently doesn't seems to contain any such option.
Open Source Continuous Integration & Deployment Server
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.
This means that when new versions of the application are created the unchanged dependencies can't be reused.
It would be a great enhancement if the application code where p
Super Easy All-In-One DevOps Platform
CapitalOne DevOps Dashboard
Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform
The MSBuildSettings extension UseToolVersion expects a valid value from the MSBuildToolVersion enumeration.
public static MSBuildSettings UseToolVersion(this MSBuildSettings settings, MSBuilList of Continuous Integration services
GitOps delivery tool
PHPCI is a free and open source continuous integration tool specifically designed for PHP.
Command line driven CI frontend and development task automation tool.
Export headers are nice.
syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.
Automated code review for GitHub pull requests.
fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
GitHub action to setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer...
System for containerized apps management. From build to scaling.
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Discover files in need of refactoring.
Automatically build, test, and deploy your project in minutes
Cloud service for building, testing and deploying Windows apps
A staging server replacement and CI/CD tool for full-stack apps
ABAP quality assurance and static analysis
Skycap is a container native CI/CD tool
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
Automated visual review platform
Enjoy unlimited concurrency for fast and secure development cycle
Continuously build, test, release, and monitor apps for every platform
Continuously build, test, and deploy to any platform and cloud
Continuous Integration and Delivery. Fast. Customizable. Easy
One-click delivery automation for Web Developers
Automated code reviews
Test and deploy with confidence
Find accessibility issues in your pull requests
Garden supports disabling privileged containers, and some users have configured it (see Discord message) - should we support that for the
containerdruntime too?