stable

Clone or download

Read-only

feat: Add empty plugin for Tracker CCE

Part of story #35093 execute custom code as artifact post action This plugin will contains all the necessary stuff for custom code execution as artifact post action Change-Id: Ic0447a301d3408d609a34acce45732213cb1b1c6

Modified Files

Name
A plugins/tracker_cce/README.mkd +4 −0 Go to diff View file
A plugins/tracker_cce/composer.json +16 −0 Go to diff View file
A plugins/tracker_cce/composer.lock +18 −0 Go to diff View file
A plugins/tracker_cce/include/TrackerCCE/Plugin/PluginDescriptor.php +34 −0 Go to diff View file
A plugins/tracker_cce/include/TrackerCCE/Plugin/PluginInfo.php +33 −0 Go to diff View file
A plugins/tracker_cce/include/tracker_ccePlugin.php +47 −0 Go to diff View file
A plugins/tracker_cce/site-content/fr_FR/LC_MESSAGES/tuleap-tracker_cce.po +19 −0 Go to diff View file
A plugins/tracker_cce/site-content/pt_BR/LC_MESSAGES/tuleap-tracker_cce.po +19 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file