Tag

Artifacts

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
May 12, 2025 · Operations

Implementing Dynamic Multi‑Project GitLab CI/CD Pipelines with Artifacts and Dependencies

This article explains how to build dynamic GitLab CI pipelines that can create an arbitrary number of environments, trigger downstream pipelines across multiple projects, and pass artifacts between jobs using strategies like depend, needs, and dependencies to achieve flexible, scalable DevOps workflows.

ArtifactsCI/CDDevOps
0 likes · 10 min read
Implementing Dynamic Multi‑Project GitLab CI/CD Pipelines with Artifacts and Dependencies
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Apr 28, 2024 · Cloud Native

Enhancements in ACK One Serverless Argo Workflows: Large File Upload, Artifact GC, and Streaming Transfer

The article introduces ACK One Serverless Argo Workflows, a fully managed cloud‑native workflow service that adds chunked large‑file uploads, automatic artifact garbage collection, and OSS streaming download to overcome limitations of the open‑source Argo Workflows in high‑volume data scenarios.

Argo WorkflowsArtifactsKubernetes
0 likes · 10 min read
Enhancements in ACK One Serverless Argo Workflows: Large File Upload, Artifact GC, and Streaming Transfer
DevOps Cloud Academy
DevOps Cloud Academy
May 13, 2020 · Operations

Understanding GitLab CI Artifacts: Paths, Exposure, Naming, Conditions, Expiration, and Reports

This guide explains how to configure GitLab CI artifacts—including specifying paths, exposing artifacts in merge requests, customizing artifact names, controlling upload conditions, setting expiration times, and collecting test reports—while providing practical code examples and important usage notes.

ArtifactsCI/CDDevOps
0 likes · 7 min read
Understanding GitLab CI Artifacts: Paths, Exposure, Naming, Conditions, Expiration, and Reports
DevOps Cloud Academy
DevOps Cloud Academy
Mar 22, 2020 · Backend Development

Introduction to Maven Artifacts, Maven Repositories, and Private Maven Repositories

This article provides a concise introduction to Maven artifacts, explains what Maven and Maven repositories are, describes the difference between public and private repositories, and shows how Maven simplifies dependency management for Java developers.

ArtifactsBuild ToolsJava
0 likes · 7 min read
Introduction to Maven Artifacts, Maven Repositories, and Private Maven Repositories