• 1.2.0 2855ee72a1

    1.2.0
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-04-09 10:19:54 +00:00 | 2 commits to main since this release

    What's new

    Features

    • Add script option
    Downloads
  • 1.1.2 9460bb281c

    v1.1.2
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-04-08 19:23:38 +00:00 | 4 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.1.1 21a0f6cc36

    v1.1.1
    All checks were successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    OnlyAti released this 2026-03-17 18:16:44 +00:00 | 6 commits to main since this release

    Downloads
  • 1.1.0 928adbb144

    v1.1.0 Stable

    OnlyAti released this 2026-03-01 21:42:21 +00:00 | 8 commits to main since this release

    What's new

    Features

    • Read commands from settings
    Downloads
  • 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