2017-01-04 24 views
0

正規表現を使用しているJenkins Naginatorプラグインを入手できた人はいますか?Jenkins Naginatorプラグインと正規表現

私はそれが中止された場合にのみ、以前のビルドを再構築するnaginatorプラグインを使用してコンソール出力

Build was aborted 
Aborted by xxxxxxxxx 
[htmlpublisher] Archiving HTML reports... 
[htmlpublisher] Archiving at BUILD level C:\xxxxxxxxx\workspace\testSuiteExecution\target\surefire-reports to /var/lib/jenkins/jobs/testSuiteExecution/builds/534/htmlreports/HTML_Report 
ERROR: Specified HTML directory 'C:\xxxxxx\workspace\testSuiteExecution\target\surefire-reports' does not exist. 
Started calculate disk usage of build 
Finished Calculation of disk usage of build in 0 seconds 
Started calculate disk usage of workspace 
Finished Calculation of disk usage of workspace in 0 seconds 
Notifying upstream projects of job completion 
Finished: ABORTED 

を持っています。 したがって、私は置く: enter image description here

しかし、これは動作していません。私は多くの正規表現のバリエーションを試しました(例えばビルドは中止されました)。 誰かがそれを稼働させることができましたか?

あなただけ中止されたビルド(失敗、または成功した、または不安定ではない)を再実行するための任意の選択肢を持っていますか

答えて

1

だけスラッシュをスキップします。 "正規表現は、" このような場合には次のようになります。

Build was aborted 

あなただけの一例として

|| 

でOR条件を追加することができます。

ERROR: Error fetching remote repo 'origin' || .OutOfMemoryError