2011-02-06 8 views
1

ビルド中にhudsonビルドに失敗していますが、y/nでプラグインをアップグレードするように頼んでいます。Hudsonのコンソール出力への対応方法

 
Environment set to ci 
Upgrading plugin [codenarc-0.8] to [codenarc-0.9]. ... 
Resolving new plugins. Please wait... ... 
You currently already have a version of the plugin installed [codenarc-0.8]. Do you want to upgrade this version? [y,n] 
Invalid option 'null' - must be one of: [y,n] 

You currently already have a version of the plugin installed [codenarc-0.8]. Do you want to upgrade this version? [y,n] 
Invalid option 'null' - must be one of: [y,n] 

You currently already have a version of the plugin installed [codenarc-0.8]. Do you want to upgrade this version? [y,n] 
Invalid option 'null' - must be one of: [y,n] 

No valid response entered - giving up asking. 
Plugin codenarc-0.9 install aborted 
Finished: FAILURE 

答えて

1

私の記憶が正しければ、あなたは、ユーザープロンプトを無効にするにはgrailsコマンドで--non-interactiveフラグを指定することができます。

+0

[同じ質問と同じ回答] [1] [1]:http://stackoverflow.com/questions/4899504/auto-respond-yes-for-grails-war-on-hudson – bd808

0

ハドソンは、プラグインのための非インタラクティブを尊重していないようです。 grailsフォルダ

通常は〜/ .grails/projects /に移動し、すべてを削除して新しいものを開始します。

関連する問題