Commit Graph

41 Commits

Author SHA1 Message Date
Bo-Yi Wu
e79f8934dc chore: remove build number 2019-03-10 23:44:59 +08:00
Bo-Yi Wu
2fd7649e83 fix: trigger build fail if error 2019-03-10 23:40:29 +08:00
Bo-Yi Wu
89fce5b1d3 chore(variable): change UserName to Username
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-03-06 11:00:09 +08:00
Bo-Yi Wu
7ac526845d
Revert "feat: upgrade easyssh-proxy and update flag of timeout field (#127)" (#128)
This reverts commit eb33537e3f.
2018-10-23 15:54:40 +08:00
Bo-Yi Wu
eb33537e3f
feat: upgrade easyssh-proxy and update flag of timeout field (#127) 2018-10-23 15:14:48 +08:00
Marco Vito Moscaritolo
3499506089 exit after first error (#123)
Closes #121 

WIP
2018-09-26 15:23:31 +08:00
Josh Komoroske
6c0b475c15 Customization of logger output destination (#117)
* Customization of logger output destination

* Tests to verify output correctness
2018-02-28 14:52:15 +08:00
Josh Komoroske
f92f762c9d Load PLUGIN_ENV_FILE before app is run (#112) 2018-02-24 19:47:07 +08:00
Damian Kaczmarek
4d443c40f2 fix: ssh process error not resulting in pipeline error (#105)
* fix: ssh process error not resulting in pipeline error

* Update main.go
2017-11-09 20:47:15 -06:00
Bo-Yi Wu
7220c94832
Add sync mode. (#101)
* Add sync mode.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* close channel in sync mode.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* close channel in sync mode.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-10-29 21:31:51 -05:00
Bo-Yi Wu
6f1ace35bf add build number for drone.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-09-04 17:22:52 +08:00
Bo-Yi Wu
ed83305de8 add debug mode. (#92)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-08-01 16:54:34 +08:00
Bo-Yi Wu
ecfaecd46d feat(env): pass secret to remote server. (#91)
* feat(env): pass secret to remote server.

* add testing

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-08-01 12:01:37 +08:00
Bo-Yi Wu
05b1a61165 refactor: upgrade easyssh to support DefaultConfig (#61) 2017-04-01 13:57:53 +08:00
Bo-Yi Wu
6921b0b786 fix: command line variable. (#58) 2017-03-04 23:13:55 +08:00
Bo-Yi Wu
e5dc646e5d fix: redefined: user (#56) 2017-03-04 21:26:18 +08:00
Bo-Yi Wu
530df8d98b feat: Support proxy command. (#55) 2017-03-04 18:31:49 +08:00
Bo-Yi Wu
7e4e0224ee feat: Add time out flag. (#53)
* feat: Add time out flag.

* fix testing

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-03-04 17:50:05 +08:00
Bo-Yi Wu
28ffc3a790 release v1.1.0
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-03-04 17:37:25 +08:00
Bo-Yi Wu
833d26f473 feat: support username flag. (#45)
* feat: support username flag.
2017-02-21 11:44:37 +08:00
Bo-Yi Wu
6e733c0a03 feat: add easyssh and go routine. (#38) 2017-01-29 12:57:00 +08:00
Bo-Yi Wu
da4a550afd feat: add command line flag. 2017-01-24 15:31:06 +08:00
Bo-Yi Wu
876c4c1cee feat: Support import private key from file path. (#34) 2017-01-24 11:28:48 +08:00
Bo-Yi Wu
ded90faebd feat: update command line. 2017-01-23 14:33:49 +08:00
Bo-Yi Wu
6a9d65f51a feat: add glide package manager. 2017-01-23 09:34:07 +08:00
Bo-Yi Wu
52d4a2a4a9 remove ENV and fix readme.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-27 19:19:39 +08:00
Bo-Yi Wu
d55423fa68 support password flag.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-27 16:23:52 +08:00
Brad Rydzewski
4c85fe6ea9 Update main.go 2016-12-07 18:15:04 -05:00
Morgan Kesler
eb5a5e2378 Rename reserved keyword commands to script
A change in the plugin API from 0.4 to 0.5 makes the commands keyword in the build config a reserved keyword and needs to be changed.
2016-08-31 08:49:03 -04:00
Thomas Boerger
4e1e62658d
Set a proper version number 2016-08-23 22:56:19 +02:00
Thomas Boerger
716bc68b35
Added logrus, added additional env variable 2016-08-22 21:25:02 +02:00
Thomas Boerger
fd259fd403
Added a flag for connection timeouts 2016-07-13 17:32:39 +02:00
Thomas Boerger
c816c75fc6
Migrated plugin to 0.5 structure 2016-07-13 17:32:38 +02:00
Thomas Boerger
34301a49d9 Make the builds reproducable based on commit sha 2016-02-21 11:06:41 +01:00
Thomas Boerger
8cca2292e9 Unification: Drone config, Makefile, structure and badges 2016-01-27 16:12:18 +01:00
Thomas Boerger
4bfff6f1d6 Minor code refactoring 2016-01-01 21:36:08 +01:00
Brad Rydzewski
5342653ab2 print error when running command, fix default port comment 2015-11-10 17:52:52 -08:00
Brad Rydzewski
6beb0be136 fixed botched if statement 2015-10-30 11:45:25 -07:00
Brad Rydzewski
eb3de49441 add sleep option 2015-10-30 11:21:11 -07:00
Brad Rydzewski
a1294ae508 ability to run commands on multiple hosts 2015-10-30 10:43:55 -07:00
Brad Rydzewski
8739246151 initial commit for ssh plugin 2015-10-21 12:34:42 -07:00