cpliakas / php-project-starter

A command line tool that allows developers to quickly create PHP applications that use common conventions and best-in-breed development tools.
MIT License
75 stars 23 forks source link

0.3.0 release broke Jenkins job creation #40

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

Changing to PSR-4 altered the source code paths, so __DIR__ . '/../../../jenkins/config.xml' is no longer valid in the JenkinsJob::create() class.