Moodle Integration Plugin Precheck

Moodle Integration Plugin Precheck

by Marcel Behrmann -
Number of replies: 2

Hello,

I am currently developing a plugin for the Institut I'm working for, we are currently inside of the Plugin Review process. I got a little question about the Moodle Integration Plugin Precheck that is running for each submitted plugin.

Is there a possibility to set this precheck up in our own jenkins instance so we can check this before submitting the plugin to the review ? 

I already searched but did only find the jenkins configs for the moodle project not for plugins or the precheck.


Best regards,

M. Behrmann

Average of ratings: -
In reply to Marcel Behrmann

Re: Moodle Integration Plugin Precheck

by David Mudrák -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

These checks are based on the two tools described at https://docs.moodle.org/dev/Coding_style#Useful_tools

You can set up own Jenkins steps that execute them.

Alternatively, you can make use of https://docs.moodle.org/dev/Travis_integration#Moodle_plugins

Average of ratings: Useful (2)
In reply to David Mudrák

Re: Moodle Integration Plugin Precheck

by Marcel Behrmann -

Thanks.

I'm using the travis integration now.


Got a bit confused by the output of the Precheck logs in the Moodle CI, its using grunt to run the tests, but the travis checks are running just fine so thanks for the help.