21 Sep 2019 |
@gitter_manvinderr_gitlab:matrix.org | How to trigger drone pipeline for the changed module only, in a multi-module project. @bradrydzewski Also answers the same here https://discourse.drone.io/t/drone-io-how-to-control-multi-module-build-pipeline-where-modules-are-interdependent-for-ci/5643/2. We are using gitlab, can we use changeset for gitlab also. | 10:33:55 |
@gitter_tboerger:matrix.org | The changeset extension is an opensource project provided by the community | 10:40:14 |
@gitter_tboerger:matrix.org | As far as I know it's currently limited to github, but it should be quite easy to port it | 10:40:43 |
@gitter_rabeawahab:matrix.org | @tboerger thanks for approving my PR, what is usually the process of publishing the new changes on Drone plugins website ? | 11:01:45 |
@gitter_rabeawahab:matrix.org | or if u can guide me to a doc that has the steps | 11:02:05 |
@gitter_tboerger:matrix.org | Generally it's possible to get it merged by me, but I prefer another review by one of the maintainers before I click the merge button. After merging a pr it's getting automatically published by drone | 11:03:18 |
@gitter_rabeawahab:matrix.org | :thumbsup: | 11:04:47 |
@gitter_rabeawahab:matrix.org | thanks man | 11:04:51 |
23 Sep 2019 |
| @gitter_gopiio:matrix.org joined the room. | 21:09:17 |
@gitter_gopiio:matrix.org | hey guys, I am trying to use AWS Secret manager. trying to follow the docs on external secret manager. Is there any docs on how to configure aws secret extenstion? | 21:09:20 |
| @gitter_gopiio:matrix.org changed their display name from gitter_gopiio to Gopi (Gitter). | 21:25:28 |
24 Sep 2019 |
| @gitter_masircana:matrix.org joined the room. | 17:26:11 |
@gitter_masircana:matrix.org | Hi Guys. I'm searching a lot about a monorepo solution for Bitbucket. I know there are some great plugins fir github, like https://github.com/bitsbeats/drone-tree-config or https://github.com/microadam/drone-config-changeset-conditional or https://github.com/microadam/drone-config-plugin-pipeline. I would like to know if someone is working on this fir bitbucket or do you have a workaround? I'm new in drone, i have no more than 10 simple pipelines. But i'm really stuck with this project. I'm reading about config plugins or jsonnet, but dont get a clear way to do it. | 17:26:12 |
@gitter_tboerger:matrix.org | AFAIK there is no extension for bitbucket. Maybe because there are not lots of people using it | 17:42:25 |
@gitter_bradrydzewski:matrix.org | @masircana all of the projects mentioned above are third-party plugins created by the community. I think the recommendation would be to fork and port one of those existing projects to use the Bitbucket API instead of the GitHub API | 18:36:46 |
@gitter_bradrydzewski:matrix.org | you could also reach out to the project owners and ask them if they are willing to implement bitbucket support, or collaborate with you to implement bitbucket support | 18:38:06 |
@gitter_tboerger:matrix.org | Does go-scm already support required methods for those plugins? | 18:52:44 |
@gitter_tboerger:matrix.org | Than it could be quite easy to collaborate for multi provider support | 18:53:20 |
@gitter_bradrydzewski:matrix.org | @tboerger the plugins in question were written in JS | 19:51:44 |
@gitter_tboerger:matrix.org | Some of them, yes...but the bitsbeats one is go | 20:15:08 |
@gitter_tboerger:matrix.org | And also if I write some jsonnet or starlark converter that supports imports I want to load files easily from different providers ;) | 20:15:55 |
8 Nov 2019 |
| @gitter_militarpancho:matrix.org joined the room. | 17:50:33 |
@gitter_militarpancho:matrix.org | Hi! I'm new here...i just wondering if there is a way to send a file from the workspace (a tests report) to slack with drone/slack plugin or any other way.. | 17:50:50 |
| @gitter_militarpancho:matrix.org set a profile picture. | 18:50:49 |
@gitter_tboerger:matrix.org | AFAIK the plugin doesn't support attaching files. | 18:58:07 |
@gitter_militarpancho:matrix.org | okey! thanks for the reply!! | 19:02:11 |
11 Nov 2019 |
@gitter_bradrydzewski:matrix.org | heads up, notification plugins (or any plugins that relies on DRONE_BUILD_STATUS or DRONE_STAGE_STATUS) needs the following snippet to be fully compatible with kubernetes: if _, err := os.Stat("/run/drone/env"); err == nil {
godotenv.Overload("/run/drone/env")
} | 23:44:25 |
@gitter_bradrydzewski:matrix.org | I expect only a few notifications to be impacted (Slack, Email, Gitter, etc) | 23:44:53 |
16 Dec 2019 |
@gitter_arcolife:matrix.org | @tboerger
Is he afraid now? 😝
drone-plugins/drone-bintray#25 :D apologies about the delay! cc/ @bradrydzewski | 14:55:22 |
@gitter_arcolife:matrix.org | Build passes. Can workout the rest with your help! | 14:55:37 |