Skip to content

6543-forks/woodpecker-windows

 
 

Repository files navigation

Woodpecker-windows

pipeline-status issues pulls release license

Warning Read-only source code mirror of Geco-iT Open Source projects.

All stuff for use Woodpecker CI on Windows

Install Woodpecker Agent

Docker Backend

Follow documentation

Local Backend

Follow documentation

Pipeline Usage

Backend Docker

---
labels:
  platform: windows/amd64
  backend: docker

workspace:
  base: C:\src

clone:
  git:
    # $ docker image tag \
    #        <REPO_URL>/woodpecker/woodpecker-git-plugin:latest \
    #        woodpeckerci/plugin-git:latest
    image: woodpeckerci/plugin-git
    pull: false

steps:
...

Backend Local

---
labels:
  platform: windows/amd64
  backend: local

steps:
...

Plugins Usage

License

Released under GPLv3+

Author Information

This Windows port was created in 2024 by Cyril DUCHENOY, CEO of Geco-iT SARL.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%