I would like to be able to use the gcip library to set the default image of a pipeline I'm generating. All of the jobs should...
# SPDX-FileCopyrightText: 2025 DB Systel GmbH # # SPDX-License-Identifier: Apache-2.0 name: REUSE Compliance Check on: [push, pull_request] jobs: reuse-compliance-check: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: REUSE Compliance Check uses: fsfe...
Modify the container jobs such that following would be possible: def build_scan_push_image() -> Sequence:# when `create_cache=True` then the returned job was initialized with a cache objectkaniko_execute = kaniko.execute(create_cache=True,)# all other functions can request that cache object ...
I'm attempting to port an existing pipeline to a Python generated pipeline using this project. The problem I'm running into is with this line from the documentation: You don’t need templates (the extends keyword or YAML anchors), because you can reuse jobs and sequences. This doesn't wo...
Complex Job attributes must have an extend() method, which allows a Sequence on populate_jobs to properly extend those values.0 0 To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information Child items 0 More actions ...
DB Systel GmbH gitlab-ci-python-library Issue Boards Development View options Open 21 Add a simple CLI interface to project enhancement Issue #12 Adde job.dependency enhancement Issue #58 native Cache support for container jobs Issue #59 re-use DockerClientConfig fixture from ...
# SPDX-FileCopyrightText: 2025 DB Systel GmbH # # SPDX-License-Identifier: Apache-2.0 name: REUSE Compliance Check on: [push, pull_request] jobs: reuse-compliance-check: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: REUSE Compliance Check uses: fsfe...