qwerty287
|
9c6c4559a7
|
Add SSH backend (#861)
Add SSH backend that runs commands via SSH.
Close #848
|
2022-04-29 12:30:50 +02:00 |
|
Anthony Wang
|
80c72b590c
|
Add support to run pipelines using a local backend (#709)
This adds support for #559. I tested using [this .woodpecker.yml](https://git.exozy.me/Ta180m/Hello-world/src/branch/main/.woodpecker.yml) on my self-hosted [Woodpecker instance](https://ci.exozy.me/Ta180m/Hello-world). I was also able to get this to build [Hugo websites](https://ci.exozy.me/Ta180m/howtuwu/build/1). It's currently very simplistic but works!
close #559
|
2022-03-10 22:07:02 +01:00 |
|
Anbraten
|
e178b7b4b2
|
Improve agent backend loading and suppress expectable errors (#818)
* improve agent loop loading backend once
* supress container not found or stopped warnings
|
2022-03-08 16:21:43 +01:00 |
|
Anthony Wang
|
be11e57976
|
Fix avivable -> available typo in backend.go (#710)
|
2022-01-20 18:21:57 +01:00 |
|
6543
|
2f91bdd4a0
|
gofumpt -w -l -extra . (#661)
|
2022-01-05 21:50:23 +01:00 |
|
6543
|
e072e4cce7
|
Fix pipeline backend autodetect (#545)
* refactor:
- rename IsAvivable -> IsAvailable
- drop depricated Kill
- make sure backends implement interface
- rename backend struct for ide (better info)
* docker backend fix autodetect
|
2021-11-27 02:29:14 +01:00 |
|
Anbraten
|
c1a8884d62
|
Add backend selection for agent (#463)
- add backend selection option
- by default it will auto-detect a backend
|
2021-11-26 03:34:48 +01:00 |
|
6543
|
5d8e60808d
|
Move cli exec flags to own file (#380)
Co-authored-by: Anbraten <anton@ju60.de>
|
2021-10-03 15:07:39 +02:00 |
|
Anbraten
|
ba0286d055
|
Remove unused files (#392)
|
2021-10-02 10:25:26 +02:00 |
|
Jacob Floyd
|
e34daae0cf
|
Move cncd/pipeline/pipeline/ to pipeline/ (#347)
* Refactor: move cncd/pipeline/ to pipeline/
* Refactor: move pipeline/pipeline/ to pipeline/
|
2021-09-24 13:18:34 +02:00 |
|