gitlab-ci-local is a local runner and pipeline emulator for GitLab CI. It provides an execution environment to test pipeline configurations and scripts on a local machine without requiring commits or pushes to a remote server.
Die Hauptfunktionen von firecow/gitlab-ci-local sind: Local Pipeline Emulation, YAML-Based Workflows, Configuration-Driven Orchestrators, Containerized Job Isolation, Local CI Runners, Local CI Testing Tools, Pipeline Artifact Passing, Local CI/CD Environments.
Open-Source-Alternativen zu firecow/gitlab-ci-local sind unter anderem: jenkinsci/jenkinsfile-runner — Jenkinsfile runner is a continuous integration engine that executes declarative workflows and pipeline scripts… toddbluhm/env-cmd — This project is a command-line utility that executes processes by injecting environment variables from local… kubeflow/pipelines — This project is a containerized machine learning workflow engine and orchestrator designed to automate the end-to-end… paulrosset/previs — 🎯 Testing your project locally in a clean environment. ohwgiles/laminar — Fast and lightweight Continuous Integration. kristapsdz/minci — Minimal CI for BSD.lv.
Jenkinsfile runner is a continuous integration engine that executes declarative workflows and pipeline scripts directly from the command line or container environments without requiring a persistent master server. It provides terminal-based execution tools for running, testing, and linting pipeline definitions locally, supporting build parameter passing, interactive shell sessions, and source control checkout configurations with authentication for private repositories. The system supports declarative instance configuration through mounted YAML files, automatic dependency resolution, and on-de
This project is a command-line utility that executes processes by injecting environment variables from local configuration files. It functions as a runtime wrapper, allowing developers to manage application settings and process execution contexts without modifying global system variables. The tool distinguishes itself by supporting dynamic configuration loading, which allows for the use of files that export objects or promises to compute values at runtime. It provides granular control over environment management, including the ability to group variables into named collections, protect existin
This project is a containerized machine learning workflow engine and orchestrator designed to automate the end-to-end lifecycle of machine learning models on Kubernetes clusters. It functions as an MLOps pipeline compiler that transforms a domain-specific language into structured specifications for portable and scalable deployment. The platform provides a multi-tenant environment with isolated namespaces and identity provider authentication. It distinguishes itself through a combination of container-based task isolation, strongly typed artifact management for data passing, and content-address