ビルドのステータスで github リポジトリを更新するために、ビルド後の手順をいくつか設定しました。ただし、ビルド後のプラグインからいくつかの不幸なエラーが発生しています。
それは言います:
Match found for :FAILURES! : True
Logical operation result is TRUE
Skipping post build task 0 - job status is worse than unstable : FAILURE
アリステップの戻りコードと関係があると思われますが、ここからどこに行くべきか本当にわかりません。ここに、ant の定義と、ログの下部を含めます。
<target name="phpunit" description="Run unit tests with PHPUnit" depends="prepare">
<exec executable="sh/runtest.sh" failonerror="true">
<arg value='-d screenshot_url=http://184.169.148.19:8080/job/ASN Events/ws/build/screenshots/' />
</exec>
</target>
ログの下部:
[exec]
[exec] FAILURES!
[exec] Tests: 2072, Assertions: 6850, Errors: 2, Incomplete: 4, Skipped: 3.
[exec] 5213
[exec] I, [2013-06-18T04:55:14.851141 #5213] INFO -- : reaped #<Process::Status: pid 5231 exit 0> worker=0
[exec] I, [2013-06-18T04:55:14.851499 #5213] INFO -- : master complete
BUILD FAILED
/var/lib/jenkins/jobs/ASN Events/workspace/build.xml:154: exec returned: 2
Total time: 37 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Performing Post build task...
Match found for :FAILURES! : True
Logical operation result is TRUE
Skipping post build task 0 - job status is worse than unstable : FAILURE