Strider-CD / strider-custom

Support for custom prepare, test and deploy phases in Strider
9 stars 7 forks source link

The custom plugin no longer looks at the custom-strider.json file #10

Closed morkeleb closed 8 years ago

morkeleb commented 10 years ago

I just created a new project and chose custom (head for version 1.4.0). It creates the project, I can load the custom plugin which I had to add manually. Then run the project, and it just fetches the code from github. It doesn't run the steps specified in my custom-strider.json file.

niallo commented 10 years ago

Yeah, this change will probably bite a bunch of users of earlier versions. @jaredly what do you think about pre-loading the fields with the data from this file?

jaredly commented 10 years ago

we can make it backwards compatible -- I'll look into that tomorrow.

On Sun, Nov 3, 2013 at 11:16 AM, niallo notifications@github.com wrote:

Yeah, this change will probably bite a bunch of users of earlier versions. @jaredly https://github.com/jaredly what do you think about pre-loading the fields with the data from this file?

— Reply to this email directly or view it on GitHubhttps://github.com/Strider-CD/strider-custom/issues/10#issuecomment-27650247 .

niallo commented 10 years ago

Sweet!

knownasilya commented 9 years ago

@jaredly was this ever done?

knownasilya commented 9 years ago

Is the custom-strider.json file even honored anymore? I don't see it in the code. Unless you are referring to strider.json.

knownasilya commented 8 years ago

strider.json does override this plugin. See the readme for details.