• 1.0.0 2f97424dd1

    v1.0.0 Stable

    OnlyAti released this 2026-03-01 19:44:36 +00:00 | 12 commits to main since this release

    Generic Woodpecker CI plugin

    This is a Debian based image where commands can be executed in bash. Before
    command execution, the envvars file is read if exists.

    Usage

    It can be used at any event.

    steps:
      - name: Execute commands
        image: git.thinkaboutit.tech/pandora/generic.woodpecker
        cmd:
          - ls -l
          - whoami
        settings:
          debug: true
    

    Settings

    Name Default value Description
    Downloads