Fix: try another method for find the problem
This commit is contained in:
parent
f22c27c8bf
commit
99b1c63712
@ -69,10 +69,11 @@
|
||||
|
||||
<!-- Generate checkstyle.xml -->
|
||||
<target name="phpcs">
|
||||
<exec executable="phpcs" dir="${basedir}" output="${basedir}/hudson/logs/checkstyle.xml">
|
||||
<exec executable="phpcs" dir="${basedir}">
|
||||
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
||||
--report=checkstyle
|
||||
--ignore=${ignorepaths},${ignoreregexp}
|
||||
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
||||
htdocs
|
||||
"/>
|
||||
</exec>
|
||||
|
||||
@ -67,10 +67,11 @@
|
||||
|
||||
<!-- Generate checkstyle.xml -->
|
||||
<target name="phpcs">
|
||||
<exec executable="phpcs" dir="${basedir}" output="${basedir}/hudson/logs/checkstyle.xml">
|
||||
<exec executable="phpcs" dir="${basedir}">
|
||||
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
||||
--report=checkstyle
|
||||
--ignore=${ignorepaths},${ignoreregexp}
|
||||
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
||||
htdocs
|
||||
"/>
|
||||
</exec>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user