mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 18:23:59 +08:00
+1
-1
@@ -23,5 +23,5 @@ _testmain.go
|
||||
*.test
|
||||
*.prof
|
||||
vendor
|
||||
drone-jenkins
|
||||
drone-sftp
|
||||
coverage.txt
|
||||
|
||||
+2
-2
@@ -4,5 +4,5 @@ RUN apk update && \
|
||||
apk add ca-certificates && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ADD drone-telegram /bin/
|
||||
ENTRYPOINT ["/bin/drone-telegram"]
|
||||
ADD drone-sftp /bin/
|
||||
ENTRYPOINT ["/bin/drone-sftp"]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# drone-jenkins
|
||||
# drone-sftp
|
||||
|
||||
[](https://travis-ci.org/appleboy/drone-jenkins) [](https://codecov.io/gh/appleboy/drone-jenkins) [](https://goreportcard.com/report/github.com/appleboy/drone-jenkins)
|
||||
[](https://travis-ci.org/appleboy/drone-sftp) [](https://codecov.io/gh/appleboy/drone-sftp) [](https://goreportcard.com/report/github.com/appleboy/drone-sftp)
|
||||
|
||||
[Drone](https://github.com/drone/drone) plugin for trigger [Jenkins](https://jenkins.io/) jobs.
|
||||
[Drone](https://github.com/drone/drone) plugin to publish files and artifacts via SFTP.
|
||||
|
||||
## Build
|
||||
|
||||
@@ -33,7 +33,7 @@ GCO disabled will result in an error when running the Docker image:
|
||||
|
||||
```
|
||||
docker: Error response from daemon: Container command
|
||||
'/bin/drone-jenkins' not found or does not exist..
|
||||
'/bin/drone-sftp' not found or does not exist..
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -56,5 +56,5 @@ docker run --rm \
|
||||
-e DRONE_BUILD_LINK=http://github.com/appleboy/go-hello \
|
||||
-v $(pwd):$(pwd) \
|
||||
-w $(pwd) \
|
||||
appleboy/drone-jenkins
|
||||
appleboy/drone-sftp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user