My hudson build is failing as while building it asks to upgrade plugin with y/n how can i respond with no over here ?
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
If I remember correctly you can specify a
--non-interactiveflag with thegrailscommand to disable user prompts.